diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 70cea20e4..81b21dd5e 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -417,7 +417,7 @@ export const defaultStore = markRaw(new Storage('base', { }, defaultWithReplies: { where: 'account', - default: false, + default: true, }, disableStreamingTimeline: { where: 'device',