1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00

make animatedMfm enable by default

This commit is contained in:
syuilo
2024-10-05 19:47:45 +09:00
parent 26afe1cc96
commit a594d9f26b

View File

@@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
animatedMfm: {
where: 'device',
default: false,
default: true,
},
advancedMfm: {
where: 'device',