feat(dashboard): add new privacy fields

This commit is contained in:
Jake Fulmine 2023-08-10 18:44:36 +02:00 committed by Iris System
parent 73e4120d47
commit 47ed819ea2
5 changed files with 13 additions and 3 deletions

View file

@ -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() {