enhance(backend): publicReactionsをデフォルトtrueに
This commit is contained in:
parent
ae5a72a2df
commit
6a25015a78
2 changed files with 12 additions and 1 deletions
|
@ -76,7 +76,7 @@ export class UserProfile {
|
|||
public emailNotificationTypes: string[];
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
default: true,
|
||||
})
|
||||
public publicReactions: boolean;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue