mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 03:49:25 +01:00
Updated MS Teams setup (markdown)
parent
f47f441cf6
commit
1916c0abc8
@ -206,6 +206,10 @@ PrefixMessagesWithNick=true
|
||||
If you want to bridge the `testing` channel in mattermost with the `general` channel in msteams the configuration will look like this:
|
||||
|
||||
```toml
|
||||
[[gateway]]
|
||||
name="gw"
|
||||
enable=true
|
||||
|
||||
[[gateway.inout]]
|
||||
account = "mattermost.mymattermost"
|
||||
channel = "testing"
|
||||
@ -236,6 +240,10 @@ Password="yourpass"
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
PrefixMessagesWithNick=true
|
||||
|
||||
[[gateway]]
|
||||
name="gw"
|
||||
enable=true
|
||||
|
||||
[[gateway.inout]]
|
||||
account = "mattermost.mymattermost"
|
||||
channel = "testing"
|
||||
|
Loading…
Reference in New Issue
Block a user