hideReactionUsersをtrueへ
This commit is contained in:
parent
e72c8d652a
commit
c7b72f579c
@ -5,7 +5,11 @@
|
||||
- フォロー/フォロワー/アナウンス/みつける/Play/ギャラリー/チャンネル/TLのページをログイン必須に
|
||||
=======
|
||||
- フォロー/フォロワー/アナウンス/みつける/Play/ギャラリー/チャンネル/TL/ユーザー/ノートのページをログイン必須に
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 06558e71bc (fix conflict)
|
||||
=======
|
||||
- hideReactionUsersをデフォルトで有効に(未ログインユーザーからリアクションしたユーザーを隠せます)
|
||||
>>>>>>> 22e307ca5b (hideReactionUsersをtrueへ)
|
||||
|
||||
## 2024.9.0-yami-1.3.0
|
||||
## Feat
|
||||
|
@ -420,6 +420,14 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
where: 'device',
|
||||
default: 'medium' as 'small' | 'medium' | 'large',
|
||||
},
|
||||
hideReactionUsers: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
hideReactionCount: {
|
||||
where: 'account',
|
||||
default: 'none' as 'none' | 'self' | 'others' | 'all',
|
||||
},
|
||||
limitWidthOfReaction: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
|
Loading…
Reference in New Issue
Block a user