Skip to content

Commit

Permalink
enhance(ux): defaultWithRepliesの既定値をtrueにする (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Dec 31, 2024
1 parent 928f8ea commit 851a3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
defaultWithReplies: {
where: 'account',
default: false,
default: true,
},
disableStreamingTimeline: {
where: 'device',
Expand Down

0 comments on commit 851a3e3

Please sign in to comment.