mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-12 18:14:38 +02:00
make animatedMfm enable by default
This commit is contained in:
parent
26afe1cc96
commit
a594d9f26b
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
animatedMfm: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
advancedMfm: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Reference in a new issue