feat: ワードミュートに該当したノートを非表示にできるように
This commit is contained in:
parent
91edf38871
commit
4d00155a42
6 changed files with 100 additions and 95 deletions
|
|
@ -456,6 +456,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
hideMutedNotes: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue