hideReactionUsersをtrueへ

This commit is contained in:
lqvp 2024-10-05 13:05:19 +09:00 committed by hijiki
parent e72c8d652a
commit c7b72f579c
2 changed files with 12 additions and 0 deletions

View File

@ -5,7 +5,11 @@
- フォロー/フォロワー/アナウンス/みつける/Play/ギャラリー/チャンネル/TLのページをログイン必須に
=======
- フォロー/フォロワー/アナウンス/みつける/Play/ギャラリー/チャンネル/TL/ユーザー/ノートのページをログイン必須に
<<<<<<< HEAD
>>>>>>> 06558e71bc (fix conflict)
=======
- hideReactionUsersをデフォルトで有効に(未ログインユーザーからリアクションしたユーザーを隠せます)
>>>>>>> 22e307ca5b (hideReactionUsersをtrueへ)
## 2024.9.0-yami-1.3.0
## Feat

View File

@ -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,