feat: センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
This commit is contained in:
@@ -92,7 +92,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
reactionAcceptance: {
|
||||
where: 'account',
|
||||
default: null as 'likeOnly' | 'likeOnlyForRemote' | null,
|
||||
default: 'nonSensitiveOnly' as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
|
||||
},
|
||||
mutedWords: {
|
||||
where: 'account',
|
||||
|
Reference in New Issue
Block a user