From f52bd8a8a30b314ea2b0f237b6f5eb4ffef7423f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 21 Dec 2022 15:18:05 +0900 Subject: MFMのアニメーションをデフォルトで無効に MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index d1b6e08bc8..d33a351725 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', { }, animatedMfm: { where: 'device', - default: true, + default: false, }, loadRawImages: { where: 'device', -- cgit v1.2.3-freya