From 1916c0abc89aee025ab814828a722be32522a33c Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 26 Dec 2019 23:59:20 +0100 Subject: [PATCH] Updated MS Teams setup (markdown) --- MS-Teams-setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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"