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',