mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
リアクションの受け入れのデフォルト値を全体に設定
This commit is contained in:
parent
28cd670d95
commit
463d4a9fe2
@ -26,6 +26,9 @@
|
||||
출시일: unreleased<br>
|
||||
전체 변경 사항을 확인하려면, [CHANGELOG.md#13xx](CHANGELOG.md#13xx) 문서를 참고하십시오.
|
||||
|
||||
### General
|
||||
- 리액션 수신의 기본값을 전체로 설정
|
||||
|
||||
### Client
|
||||
- 리노트 전 확인 팝업을 띄움
|
||||
- 유저 팝업 디자인 개선
|
||||
|
@ -92,7 +92,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
reactionAcceptance: {
|
||||
where: 'account',
|
||||
default: 'nonSensitiveOnly' as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
|
||||
default: null as 'likeOnly' | 'likeOnlyForRemote' | 'nonSensitiveOnly' | 'nonSensitiveOnlyForLocalLikeOnlyForRemote' | null,
|
||||
},
|
||||
mutedWords: {
|
||||
where: 'account',
|
||||
|
Loading…
Reference in New Issue
Block a user