1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 12:09:32 -05:00

Revert "turn defaultWithReplies false"

This reverts commit 53b11b84c4.
This commit is contained in:
fly_mc 2024-10-17 22:38:32 +08:00
parent 2f1eb0708a
commit 5d5cc0f9d7

View file

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