mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 19:27:29 -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: {
|
defaultWithReplies: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
disableStreamingTimeline: {
|
disableStreamingTimeline: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Add table
Reference in a new issue