enhance(ux): defaultWithRepliesの既定値をtrueにする (MisskeyIO#864)
This commit is contained in:
parent
928f8ea926
commit
851a3e35ae
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
defaultWithReplies: {
|
defaultWithReplies: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
disableStreamingTimeline: {
|
disableStreamingTimeline: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Reference in a new issue