chore: make nsfw setting deviceAccount

This commit is contained in:
naskya 2024-02-16 03:55:31 +09:00
parent ff35195611
commit 47a170cf47
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
- add ability to specify the search engine used in the search bar MFM
- remove auto NSFW media detection
- the "Hide NSFW media" config is now per device and per account
# v20240216

View file

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