mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 07:34:35 +02:00
[ci skip] make enableCondensedLineForAcct false by default
for performance
This commit is contained in:
@@ -336,7 +336,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
enableCondensedLineForAcct: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
additionalUnicodeEmojiIndexes: {
|
||||
where: 'device',
|
||||
|
||||
Reference in New Issue
Block a user