aboutsummaryrefslogtreecommitdiff
path: root/matrix/pushrules/rule.go
diff options
context:
space:
mode:
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 067bc95..933d493 100644
--- a/matrix/pushrules/rule.go
+++ b/matrix/pushrules/rule.go
@@ -19,7 +19,7 @@ package pushrules
import (
"github.com/zyedidia/glob"
"maunium.net/go/gomatrix"
- "maunium.net/go/gomuks/matrix/room"
+ "maunium.net/go/gomuks/matrix/rooms"
)
type PushRuleArray []*PushRule