mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Remove intial permissions seting
Permissions, when set in the template, will be augmented rahter than replaced when using matrix_mautrix_signal_configuration_extension_yaml. Therefore, permissions shall only be set in the defaults/vars.yml or in the HS specific vars.yml file
This commit is contained in:
parent
bb931493ee
commit
a34241e4cc
@ -188,8 +188,10 @@ bridge:
|
|||||||
# * - All Matrix users
|
# * - All Matrix users
|
||||||
# domain - All users on that homeserver
|
# domain - All users on that homeserver
|
||||||
# mxid - Specific user
|
# mxid - Specific user
|
||||||
permissions:
|
#permissions:
|
||||||
{{ matrix_mautrix_signal_homeserver_domain }}: user
|
#
|
||||||
|
# Remark: permissions will be set in the defaults/main.yml file of this role
|
||||||
|
# (see matrix_mautrix_signal_configuration_extension_yaml)
|
||||||
|
|
||||||
relay:
|
relay:
|
||||||
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
||||||
|
Loading…
Reference in New Issue
Block a user