feat: ワードミュートに該当したノートを非表示にできるように

This commit is contained in:
Nafu Satsuki 2023-10-14 18:29:57 +09:00 committed by mattyatea
parent 91edf38871
commit 4d00155a42
6 changed files with 100 additions and 95 deletions

View file

@ -456,6 +456,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: false,
},
hideMutedNotes: {
where: 'device',
default: false,
},
}));