mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat(dashboard): add new privacy fields
This commit is contained in:
parent
73e4120d47
commit
47ed819ea2
5 changed files with 13 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
|||
pronoun_privacy: "no change",
|
||||
visibility: "no change",
|
||||
metadata_privacy: "no change",
|
||||
proxy_privacy: "no change",
|
||||
};
|
||||
|
||||
const privacyNames: { [P in keyof MemberPrivacy]-?: string; } = {
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
name_privacy: "Name",
|
||||
pronoun_privacy: "Pronouns",
|
||||
visibility: "Visibility",
|
||||
proxy_privacy: "Proxy Tags"
|
||||
};
|
||||
|
||||
async function submit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue