mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-05-02 02:36:26 +00:00
feat: add landings to permission registry
Register landings:read, landings:create, landings:edit, landings:delete permissions so they appear in the role editor permission matrix.
This commit is contained in:
@@ -78,6 +78,7 @@ PERMISSION_REGISTRY: dict[str, list[str]] = {
|
||||
'apps': ['read', 'edit'],
|
||||
'email_templates': ['read', 'edit'],
|
||||
'pinned_messages': ['read', 'create', 'edit', 'delete'],
|
||||
'landings': ['read', 'create', 'edit', 'delete'],
|
||||
'updates': ['read', 'manage'],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user