1
0
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:
あわわわとーにゅ 2024-12-31 09:43:54 +09:00 committed by GitHub
parent 928f8ea926
commit 851a3e35ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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