1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 02:57:30 -06:00

[ci skip] make enableCondensedLineForAcct false by default

for performance
This commit is contained in:
syuilo 2023-06-01 19:50:51 +09:00
parent 50aeaf7498
commit 15450b18e8

View file

@ -336,7 +336,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
enableCondensedLineForAcct: { enableCondensedLineForAcct: {
where: 'device', where: 'device',
default: true, default: false,
}, },
additionalUnicodeEmojiIndexes: { additionalUnicodeEmojiIndexes: {
where: 'device', where: 'device',