NoteにisSensitive
This commit is contained in:
@@ -83,6 +83,12 @@ export class Note {
|
||||
@JoinColumn()
|
||||
public user: User | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
comment: 'Whether the Note is NSFW.'
|
||||
})
|
||||
public isSensitive: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false
|
||||
})
|
||||
|
Reference in New Issue
Block a user