From 9977d76714df1d3a47a8a92505547b67bd078c6f Mon Sep 17 00:00:00 2001 From: NoriDev Date: Tue, 6 Jun 2023 22:53:04 +0900 Subject: [PATCH] =?UTF-8?q?enhance:=20=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=81=AB=E3=83=8E=E3=83=BC=E3=83=88=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E8=BF=94=E4=BF=A1=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=82=92=E3=82=AA?= =?UTF-8?q?=E3=83=B3=E3=81=AB=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 3 +++ packages/frontend/src/store.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: {