1
0
Fork 0
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:
fly_mc 2024-10-14 22:41:44 +08:00
parent 4c8adb1e2f
commit 4fb53286c7

View file

@ -234,7 +234,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
showReactionsCount: {
where: 'device',
default: false,
default: true,
},
enableQuickAddMfmFunction: {
where: 'device',