mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
try change single quotes
This commit is contained in:
parent
7930256714
commit
5d3718d2c5
1 changed files with 3 additions and 3 deletions
|
@ -234,9 +234,9 @@ bridge:
|
||||||
# domain - All users on that homeserver
|
# domain - All users on that homeserver
|
||||||
# mxid - Specific user
|
# mxid - Specific user
|
||||||
permissions:
|
permissions:
|
||||||
"__LISTRELAY__": relay
|
'__LISTRELAY__': relay
|
||||||
"__LISTUSER__": user
|
'__LISTUSER__': user
|
||||||
"__LISTADMIN__": admin
|
'__LISTADMIN__': admin
|
||||||
|
|
||||||
relay:
|
relay:
|
||||||
# Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
# Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
||||||
|
|
Loading…
Add table
Reference in a new issue