aboutsummaryrefslogtreecommitdiff
path: root/clientapi/consumers/roomserver.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientapi/consumers/roomserver.go')
-rw-r--r--clientapi/consumers/roomserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/consumers/roomserver.go b/clientapi/consumers/roomserver.go
index caa028ba..beeda042 100644
--- a/clientapi/consumers/roomserver.go
+++ b/clientapi/consumers/roomserver.go
@@ -18,10 +18,10 @@ import (
"context"
"encoding/json"
- "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts"
"github.com/matrix-org/dendrite/internal"
"github.com/matrix-org/dendrite/internal/config"
"github.com/matrix-org/dendrite/roomserver/api"
+ "github.com/matrix-org/dendrite/userapi/storage/accounts"
"github.com/matrix-org/gomatrixserverlib"
"github.com/Shopify/sarama"