diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index f448c35949..96a014f4e7 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -25,6 +25,9 @@ ## 13.x.x-cp-4.x.x 출시일: unreleased +### General +- 타임라인에 노트의 답글을 표시하는 옵션의 기본값을 켜짐으로 설정 + ### Client - Fix: 네트워크 트래픽이 10MB/s를 초과하면 네트워크 통계 위젯의 그래프가 잘못 출력되는 문제 diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index be46102832..b5b55ab869 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -104,7 +104,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showTimelineReplies: { where: 'account', - default: false, + default: true, }, menu: {