From 425b333474f1f02c4054ee62f4abdaf69e85fd26 Mon Sep 17 00:00:00 2001 From: Lhcfl <Lhcfl@outlook.com> Date: Thu, 2 May 2024 00:57:00 +0800 Subject: [PATCH] set collapseReplyInTimeline default to false --- 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 8a18e4c197..f95a9aa248 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -456,7 +456,7 @@ export const defaultStore = markRaw( }, collapseReplyInTimeline: { where: "deviceAccount", - default: true, + default: false, }, }), );