summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-03-20 01:43:26 +0100
committerGitHub <noreply@github.com>2022-03-20 01:43:26 +0100
commit17da95b094e4bb433e5fe240fa42067d94d908c1 (patch)
tree50abef4f2d92c1088d3a47c659bbc977a94f96b1 /bridge
parentc5e49eec96a8b03786d679afa35c58952d0269a7 (diff)
downloadmatterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.tar.gz
matterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.tar.bz2
matterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.zip
Remove go replace by fork (matrix) (#1771)
Diffstat (limited to 'bridge')
-rw-r--r--bridge/matrix/helpers.go2
-rw-r--r--bridge/matrix/matrix.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridge/matrix/helpers.go b/bridge/matrix/helpers.go
index 03e448da..b8e848a2 100644
--- a/bridge/matrix/helpers.go
+++ b/bridge/matrix/helpers.go
@@ -8,7 +8,7 @@ import (
"strings"
"time"
- matrix "github.com/matrix-org/gomatrix"
+ matrix "github.com/matterbridge/gomatrix"
)
func newMatrixUsername(username string) *matrixUsername {
diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go
index 706ae302..a2525358 100644
--- a/bridge/matrix/matrix.go
+++ b/bridge/matrix/matrix.go
@@ -12,7 +12,7 @@ import (
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"
- matrix "github.com/matrix-org/gomatrix"
+ matrix "github.com/matterbridge/gomatrix"
)
var (