mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
fix hookshot role
This commit is contained in:
parent
e3d21e8096
commit
8ca6cdd016
@ -18,7 +18,7 @@ namespaces:
|
|||||||
exclusive: true
|
exclusive: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if matrix_hookshot_generic_enabled %}
|
{% if matrix_hookshot_generic_enabled %}
|
||||||
- regex: "@{{ matrix_hookshot_generic_user_id_prefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
|
- regex: "@{{ matrix_hookshot_generic_userIdPrefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
|
||||||
exclusive: true
|
exclusive: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
aliases:
|
aliases:
|
||||||
|
Loading…
Reference in New Issue
Block a user