1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-06 03:29:32 -05:00

disabled condensed line

This commit is contained in:
fly_mc 2024-09-30 10:53:48 +08:00
parent 6313294d4d
commit 50b67df2c9
2 changed files with 2 additions and 2 deletions
package.json
packages/frontend/src

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.9.0~pari",
"version": "2024.9.0~parii",
"codename": "nasubi",
"repository": {
"type": "git",

View file

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