diff options
Diffstat (limited to 'federationapi/routing/threepid.go')
-rw-r--r-- | federationapi/routing/threepid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/federationapi/routing/threepid.go b/federationapi/routing/threepid.go index 3c1d09e1..8053cedd 100644 --- a/federationapi/routing/threepid.go +++ b/federationapi/routing/threepid.go @@ -26,7 +26,7 @@ import ( "github.com/matrix-org/dendrite/clientapi/httputil" "github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/dendrite/clientapi/producers" - "github.com/matrix-org/dendrite/common/config" + "github.com/matrix-org/dendrite/internal/config" "github.com/matrix-org/dendrite/roomserver/api" roomserverAPI "github.com/matrix-org/dendrite/roomserver/api" |