diff options
Diffstat (limited to 'bridge/matrix/helpers.go')
-rw-r--r-- | bridge/matrix/helpers.go | 2 |
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 { |