mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 02:36:43 -06: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…
Reference in a new issue