feat: センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
This commit is contained in:
parent
527a13b77d
commit
3804c6e7ad
8 changed files with 27 additions and 14 deletions
|
|
@ -90,7 +90,7 @@ export class Note {
|
|||
@Column('varchar', {
|
||||
length: 64, nullable: true,
|
||||
})
|
||||
public reactionAcceptance: 'likeOnly' | 'likeOnlyForRemote' | null;
|
||||
public reactionAcceptance: 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null;
|
||||
|
||||
@Column('smallint', {
|
||||
default: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue