Add option to allow inviting other users in portal rooms (#77)

This doesn't mean the invited users get bridged, but for some use cases that doesn't matter
This commit is contained in:
progserega
2019-07-16 19:16:17 +10:00
committed by Tulir Asokan
parent 29f5ae45c4
commit 92958343dd
3 changed files with 11 additions and 1 deletions

View File

@ -101,6 +101,10 @@ bridge:
# but causes room avatar/name bugs.
private_chat_portal_meta: false
# Allow invite permission for user. User can invite any bots to room with whatsapp
# users (private chat and groups)
allow_user_invite: false
# The prefix for commands. Only required in non-management rooms.
command_prefix: "!wa"