From 8bd3b7409b31d9c9d102229a028953713593420e Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 9 Sep 2023 20:16:23 +0000 Subject: [PATCH] make `showTimelineReplies` `deviceAccount` --- 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 e1f8a84067..eb89fe56ea 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -338,7 +338,7 @@ export const defaultStore = markRaw( default: true, }, showTimelineReplies: { - where: "device", + where: "deviceAccount", default: false, }, addRe: {