tag delete

This commit is contained in:
2026-03-06 23:52:50 +01:00
parent 1597ee3e05
commit 5645fdb4e6
4 changed files with 20 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ pub enum Permission {
ChangeOthersHandles,
ManuallyCreateUsers,
CreateTags,
DeleteTags,
}
impl User {