create & getall for tags

This commit is contained in:
2026-03-06 15:33:39 +01:00
parent 2ebbc88c0a
commit 9931bbe306
4 changed files with 49 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ pub enum Permission {
// All Users have the right to change their own handle
ChangeOthersHandles,
ManuallyCreateUsers,
CreateTags,
}
impl User {