add new permission group

This commit is contained in:
Adrian Zürcher
2025-11-13 13:16:46 +01:00
parent db82dcf443
commit 3684fa224a
2 changed files with 9 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ func (r *Permissions) DefaultPermissions() {
Permission{Name: "members", Permission: 31},
Permission{Name: "events", Permission: 7},
Permission{Name: "responsible", Permission: 7},
Permission{Name: "group", Permission: 7},
)
}