aboutsummaryrefslogtreecommitdiff
path: root/matrix/pushrules/rule.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-02 22:30:43 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-02 22:30:57 +0300
commitaec3b8d204dd8b4f9308f536e9b5eefcf966f86e (patch)
treee149182b3b085f55e2e9fe2388164dc5a38f68a3 /matrix/pushrules/rule.go
parent85cbd64c5e78c5b8aad46c96afbd67505987dec9 (diff)
Add tests for PushRule.Match and fork glob to make it compatible with the spec
Diffstat (limited to 'matrix/pushrules/rule.go')
-rw-r--r--matrix/pushrules/rule.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/pushrules/rule.go b/matrix/pushrules/rule.go
index 0caa13d..5c32a05 100644
--- a/matrix/pushrules/rule.go
+++ b/matrix/pushrules/rule.go
@@ -17,7 +17,7 @@
package pushrules
import (
- "github.com/zyedidia/glob"
+ "maunium.net/go/gomuks/lib/glob"
"maunium.net/go/gomatrix"
)