mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 09:36:43 -06:00
turn defaultWithReplies false
This commit is contained in:
parent
b62907fe56
commit
53b11b84c4
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
defaultWithReplies: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
disableStreamingTimeline: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue