mirror of
https://github.com/MisskeyIO/misskey
synced 2025-01-22 17:53:41 +09:00
enhance(ux): defaultWithRepliesの既定値をtrueにする (MisskeyIO#864)
This commit is contained in:
parent
928f8ea926
commit
851a3e35ae
@ -417,7 +417,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
defaultWithReplies: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
disableStreamingTimeline: {
|
||||
where: 'device',
|
||||
|
Loading…
Reference in New Issue
Block a user