mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-11 01:48:08 +00:00
Add scopes again
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
|||||||
"golang.org/x/oauth2"
|
"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>`)
|
var attachRE = regexp.MustCompile(`<attachment id=.*?attachment>`)
|
||||||
|
|
||||||
type Bmsteams struct {
|
type Bmsteams struct {
|
||||||
|
Reference in New Issue
Block a user