diff --git a/MS-Teams-setup.md b/MS-Teams-setup.md index d9f4fde..03b8eeb 100644 --- a/MS-Teams-setup.md +++ b/MS-Teams-setup.md @@ -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"