feat(dashboard): rewrite system privacy and add pronouns

This commit is contained in:
Jake Fulmine
2022-08-22 10:19:39 +02:00
parent 267e85b891
commit 68d15b98f7
3 changed files with 79 additions and 98 deletions

View File

@@ -1,9 +1,10 @@
interface SystemPrivacy {
export interface SystemPrivacy {
description_privacy?: string,
member_list_privacy?: string,
front_privacy?: string,
front_history_privacy?: string,
group_list_privacy?: string
group_list_privacy?: string,
pronoun_privacy?: string,
}
export interface System {