diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 044a983563..25ed553070 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -340,7 +340,7 @@ export const defaultStore = markRaw( }, showTimelineReplies: { where: "device", - default: true, + default: false, }, }), );