summaryrefslogtreecommitdiffstats
path: root/gateway/bridgemap/bmsteams.go
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/bridgemap/bmsteams.go')
-rw-r--r--gateway/bridgemap/bmsteams.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/gateway/bridgemap/bmsteams.go b/gateway/bridgemap/bmsteams.go
new file mode 100644
index 00000000..56da2119
--- /dev/null
+++ b/gateway/bridgemap/bmsteams.go
@@ -0,0 +1,11 @@
+// +build !nomsteams
+
+package bridgemap
+
+import (
+ bmsteams "github.com/42wim/matterbridge/bridge/msteams"
+)
+
+func init() {
+ FullMap["msteams"] = bmsteams.New
+}