mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
merge conflict
This commit is contained in:
parent
584903753e
commit
19b35021a7
1 changed files with 7 additions and 12 deletions
|
@ -148,7 +148,7 @@ name = "Bridge Permissions"
|
|||
services = ["__APP__"]
|
||||
|
||||
[usermanagement.config]
|
||||
name = "User, Admin, Relay Management"
|
||||
name = "Permissions for using the bridge."
|
||||
|
||||
[usermanagement.config.helptext]
|
||||
ask = '''
|
||||
|
@ -160,24 +160,19 @@ services = ["__APP__"]
|
|||
type = "markdown"
|
||||
|
||||
[usermanagement.config.listuser]
|
||||
ask = "Users"
|
||||
ask = "Bridge Users"
|
||||
type = "tags"
|
||||
visible = "role == 'user'"
|
||||
help = "Access to use the bridge to chat with a WhatsApp account."
|
||||
|
||||
[usermanagement.config.listadmin]
|
||||
ask = "Admins"
|
||||
ask = "Bride Administrators"
|
||||
type = "tags"
|
||||
visible = "role == 'admin'"
|
||||
help = "User level and some additional administration tools."
|
||||
|
||||
[usermanagement.config.listrelay]
|
||||
ask = "Relay users"
|
||||
ask = "Bridge Users of the Relaybot Mode"
|
||||
type = "tags"
|
||||
visible = "role == 'relay'"
|
||||
|
||||
[usermanagement.config.role]
|
||||
ask = "Role"
|
||||
type = "select"
|
||||
choices = ["user", "admin", "relay"]
|
||||
help = "Talk through the relaybot (if enabled), no access otherwise."
|
||||
|
||||
[privacy]
|
||||
name = "Privacy"
|
||||
|
|
Loading…
Add table
Reference in a new issue