support hookshot permissions management

see Half-Shot/matrix-hookshot#167
This commit is contained in:
HarHarLinks
2022-01-14 19:21:05 +01:00
parent 08fe38cf40
commit 58b732a84d
2 changed files with 16 additions and 0 deletions

View File

@ -100,6 +100,9 @@ logging:
# (Optional) Logging settings. You can have a severity debug,info,warn,error
#
level: info
{% if matrix_hookshot_permissions %}
permissions: {{ matrix_hookshot_permissions }}
{% endif %}
listeners:
# (Optional) HTTP Listener configuration.
# Bind resource endpoints to ports and addresses.