1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 17:53:08 -05:00

MFMのアニメーションをデフォルトで無効に

This commit is contained in:
syuilo 2022-12-21 15:18:05 +09:00
parent 5cac199710
commit f52bd8a8a3

View file

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