Persons & Names full implementation

This commit is contained in:
2026-03-07 12:13:34 +01:00
parent f8f47cc3ff
commit ca84b7e4b4
6 changed files with 284 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ pub enum Permission {
CreateTags,
RenameTags,
DeleteTags,
ChangePersonPrimaryName,
}
impl User {