diff options
Diffstat (limited to 'bridge')
-rw-r--r-- | bridge/msteams/msteams.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go index f6e556fe..da0e31ff 100644 --- a/bridge/msteams/msteams.go +++ b/bridge/msteams/msteams.go @@ -19,7 +19,7 @@ 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 { |