enhance(client): make renote collapsing optional

Resolve #9891
This commit is contained in:
syuilo
2023-02-12 08:18:22 +09:00
parent 19c0027605
commit e1d41063cd
4 changed files with 9 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: false,
},
collapseRenotes: {
where: 'account',
default: true,
},
rememberNoteVisibility: {
where: 'account',
default: false,