mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-13 17:13:11 +01:00
Add quotes around room ids in example config
This commit is contained in:
parent
284fe7f1a6
commit
e25a87244b
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ bridge:
|
||||||
# The management room for the bot. This is where all status notifications are posted and
|
# The management room for the bot. This is where all status notifications are posted and
|
||||||
# in this room, you can use `!wa <command>` instead of `!wa relaybot <command>`. Omitting
|
# in this room, you can use `!wa <command>` instead of `!wa relaybot <command>`. Omitting
|
||||||
# the command prefix completely like in user management rooms is not possible.
|
# the command prefix completely like in user management rooms is not possible.
|
||||||
management: !foo:example.com
|
management: "!foo:example.com"
|
||||||
# List of users to invite to all created rooms that include the relaybot.
|
# List of users to invite to all created rooms that include the relaybot.
|
||||||
invites: []
|
invites: []
|
||||||
# The formats to use when sending messages to WhatsApp via the relaybot.
|
# The formats to use when sending messages to WhatsApp via the relaybot.
|
||||||
|
|
Loading…
Reference in a new issue