diff options
Diffstat (limited to 'clientapi/threepid/threepid.go')
-rw-r--r-- | clientapi/threepid/threepid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/threepid/threepid.go b/clientapi/threepid/threepid.go index 40fd161d..2f817ef4 100644 --- a/clientapi/threepid/threepid.go +++ b/clientapi/threepid/threepid.go @@ -24,7 +24,7 @@ import ( "strconv" "strings" - "github.com/matrix-org/dendrite/internal/config" + "github.com/matrix-org/dendrite/setup/config" ) // EmailAssociationRequest represents the request defined at https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-register-email-requesttoken |