mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
MFMのアニメーションをデフォルトで無効に
This commit is contained in:
@@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
animatedMfm: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
loadRawImages: {
|
||||
where: 'device',
|
||||
|
||||
Reference in New Issue
Block a user