mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 22:56:49 +09:00
[ci skip] make enableCondensedLineForAcct false by default
for performance
This commit is contained in:
parent
50aeaf7498
commit
15450b18e8
@ -336,7 +336,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
enableCondensedLineForAcct: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
additionalUnicodeEmojiIndexes: {
|
||||
where: 'device',
|
||||
|
Loading…
Reference in New Issue
Block a user