summaryrefslogtreecommitdiff
path: root/packages/frontend/src/store.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-10-05 19:47:45 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-10-05 19:47:45 +0900
commita594d9f26bc928e7b7e474a589f2dba4f05a711f (patch)
treeb70a10205aad6599b26c365ac35b54c4d8b9b52d /packages/frontend/src/store.ts
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadmisskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.tar.gz
misskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.tar.bz2
misskey-a594d9f26bc928e7b7e474a589f2dba4f05a711f.zip
make animatedMfm enable by default
Diffstat (limited to 'packages/frontend/src/store.ts')
-rw-r--r--packages/frontend/src/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 9254e71c5c..55d36f794f 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
animatedMfm: {
where: 'device',
- default: false,
+ default: true,
},
advancedMfm: {
where: 'device',