summaryrefslogtreecommitdiffstats
path: root/bridge/matrix/helpers.go
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/matrix/helpers.go
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/matrix/helpers.go')
-rw-r--r--bridge/matrix/helpers.go2
1 files changed, 1 insertions, 1 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 {