chore: make nsfw setting deviceAccount (close #26)

This commit is contained in:
naskya 2023-07-21 13:23:06 +00:00
parent 1aac7bb682
commit d1f08a18fe
Signed by: naskya
GPG key ID: 164DFF24E2D40139
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,8 @@
## 細かい変更点
- NSFW メディアを隠す設定をブラウザごとの設定からブラウザごとかつアカウントごとの設定に変更
- 「このアカウントでは NSFW の画像を常に表示したい」みたいな需要が私にあったため
- インスタンスティッカーをデフォルトで常に表示する
- そのほうが楽しいと思ったから
- インスタンスティッカーのツールチップに出るソフトウェア名で FoundKey, PeerTube, GNU Social, WriteFreely などを正しく表示する

View file

@ -167,7 +167,7 @@ export const defaultStore = markRaw(
default: true,
},
nsfw: {
where: "device",
where: "deviceAccount",
default: "respect" as "respect" | "force" | "ignore",
},
animation: {