commit 613b9700b956a269c536ed63939776255ec63b92
Author: Wim <wim@42.be>
Date: Thu Jan 16 21:16:35 2020 +0000
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go
index f6e556f..da0e31f 100644
--- a/bridge/msteams/msteams.go
+++ b/bridge/msteams/msteams.go
@@ -197 +197 @@ import (
"golang.org/x/oauth2"
)
-var defaultScopes = []string{} //"openid", "profile", "offline_access", "Group.Read.All", "Group.ReadWrite.All"}
+var defaultScopes = []string{"openid", "profile", "offline_access", "Group.Read.All", "Group.ReadWrite.All"}
var attachRE = regexp.MustCompile(`<attachment id=.*?attachment>`)
type Bmsteams struct {