mirror of
https://github.com/42wim/matterbridge.git
synced 2025-04-21 15:17:51 +02:00
Updated Section RocketChat (basic) (markdown)
parent
876b45a0f7
commit
06bf8018f2
@ -10,5 +10,14 @@ Server="https://yourrocketchatserver.domain.com:443"
|
||||
Login="yourlogin@domain.com"
|
||||
Password="yourpass"
|
||||
|
||||
#Whether to prefix messages from other bridges to rocketchat with the sender's nick.
|
||||
#Useful if username overrides for incoming webhooks isn't enabled on the
|
||||
#rocketchat server. If you set PrefixMessagesWithNick to true, each message
|
||||
#from bridge to rocketchat will by default be prefixed by the RemoteNickFormat setting. i
|
||||
#if you're using login/pass you can better enable because of this bug:
|
||||
#https://github.com/RocketChat/Rocket.Chat/issues/7549
|
||||
#OPTIONAL (default false)
|
||||
PrefixMessagesWithNick=true
|
||||
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user