mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-25 12:39:26 -05:00
turn on showReactionsCount by default
This commit is contained in:
parent
4c8adb1e2f
commit
4fb53286c7
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
showReactionsCount: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
enableQuickAddMfmFunction: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Reference in a new issue