turn defaultWithReplies false

This commit is contained in:
fly_mc 2024-10-15 21:20:21 +08:00
parent b62907fe56
commit 53b11b84c4

View file

@ -412,7 +412,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
defaultWithReplies: {
where: 'account',
default: true,
default: false,
},
disableStreamingTimeline: {
where: 'device',