summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'bridge')
-rw-r--r--bridge/msteams/handler.go2
-rw-r--r--bridge/msteams/msteams.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridge/msteams/handler.go b/bridge/msteams/handler.go
index 394a9ac0..c8f0c468 100644
--- a/bridge/msteams/handler.go
+++ b/bridge/msteams/handler.go
@@ -9,7 +9,7 @@ import (
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
- msgraph "github.com/matterbridge/msgraph.go/beta"
+ msgraph "github.com/yaegashi/msgraph.go/beta"
)
func (b *Bmsteams) findFile(weburl string) (string, error) {
diff --git a/bridge/msteams/msteams.go b/bridge/msteams/msteams.go
index b096cb04..06964085 100644
--- a/bridge/msteams/msteams.go
+++ b/bridge/msteams/msteams.go
@@ -12,9 +12,9 @@ import (
"github.com/42wim/matterbridge/bridge/config"
// "github.com/davecgh/go-spew/spew"
- msgraph "github.com/matterbridge/msgraph.go/beta"
"github.com/matterbridge/msgraph.go/msauth"
"github.com/mattn/godown"
+ msgraph "github.com/yaegashi/msgraph.go/beta"
"golang.org/x/oauth2"
)