リアクションの受け入れのデフォルト値を全体に設定

This commit is contained in:
NoriDev 2023-06-21 03:10:17 +09:00
parent 28cd670d95
commit 463d4a9fe2
2 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,9 @@
출시일: unreleased<br> 출시일: unreleased<br>
전체 변경 사항을 확인하려면, [CHANGELOG.md#13xx](CHANGELOG.md#13xx) 문서를 참고하십시오. 전체 변경 사항을 확인하려면, [CHANGELOG.md#13xx](CHANGELOG.md#13xx) 문서를 참고하십시오.
### General
- 리액션 수신의 기본값을 전체로 설정
### Client ### Client
- 리노트 전 확인 팝업을 띄움 - 리노트 전 확인 팝업을 띄움
- 유저 팝업 디자인 개선 - 유저 팝업 디자인 개선

View file

@ -92,7 +92,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
reactionAcceptance: { reactionAcceptance: {
where: 'account', where: 'account',
default: 'nonSensitiveOnly' as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null, default: null as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
}, },
mutedWords: { mutedWords: {
where: 'account', where: 'account',