mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 12:09:30 +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:
|
If you want to bridge the `testing` channel in mattermost with the `general` channel in msteams the configuration will look like this:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
[[gateway]]
|
||||||
|
name="gw"
|
||||||
|
enable=true
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
account = "mattermost.mymattermost"
|
account = "mattermost.mymattermost"
|
||||||
channel = "testing"
|
channel = "testing"
|
||||||
@ -236,6 +240,10 @@ Password="yourpass"
|
|||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
PrefixMessagesWithNick=true
|
PrefixMessagesWithNick=true
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="gw"
|
||||||
|
enable=true
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
account = "mattermost.mymattermost"
|
account = "mattermost.mymattermost"
|
||||||
channel = "testing"
|
channel = "testing"
|
||||||
|
Loading…
Reference in New Issue
Block a user