From 53b11b84c45b5df8744297e030bb0b63c4282846 Mon Sep 17 00:00:00 2001 From: fly_mc Date: Tue, 15 Oct 2024 21:20:21 +0800 Subject: [PATCH] turn defaultWithReplies false --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index da2a70a77..ea5af9cc5 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -412,7 +412,7 @@ export const defaultStore = markRaw(new Storage('base', { }, defaultWithReplies: { where: 'account', - default: true, + default: false, }, disableStreamingTimeline: { where: 'device',