From 5d5cc0f9d700e96158e883f28bfc66ccc96c174d Mon Sep 17 00:00:00 2001 From: fly_mc <me@flymc.cc> Date: Thu, 17 Oct 2024 22:38:32 +0800 Subject: [PATCH] Revert "turn defaultWithReplies false" This reverts commit 53b11b84c45b5df8744297e030bb0b63c4282846. --- 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 ea5af9cc55..da2a70a770 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: false, + default: true, }, disableStreamingTimeline: { where: 'device',