1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-23 02:04:33 +09:00

fix(frontend): 환경설정 백업 시 일부 설정이 누락되어 백업될 수 있음

This commit is contained in:
NoriDev 2024-11-12 17:57:04 +09:00
parent 0c9d950b4d
commit 2e4b9966b8
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2024xx](CHANGE
- 상대방을 차단한 경우, 팔로우를 할 수 없으므로 팔로우 버튼을 숨깁니다.
- Fix: `노트 삭제 예약`을 활성화한 상태로 옵션을 수정하지 않고 노트를 게시하면 노트 삭제 예약이 적용되지 않을 수 있음
- Fix: 투표가 있는 노트에 답글을 작성할 때 노트 작성 영역에서 투표가 표시되지 않을 수 있음
- Fix: 환경설정 백업 시 일부 설정이 누락되어 백업될 수 있음
### Server
- Feat: 연합 대응 확장

View File

@ -129,6 +129,10 @@ const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'newNoteReceivedNotificationBehavior',
'requireRefreshBehavior',
'bannerDisplay',
'autoLoadMoreReplies',
'autoLoadMoreConversation',
'useAutoTranslate',
'welcomeBackToast',
'hideAvatarsInNote',
'showTranslateButtonInNote',
'enableAbsoluteTime',