Move account/device DBs to userapi (#1141)

This commit is contained in:
Kegsay 2020-06-17 12:05:56 +01:00 committed by GitHub
parent 5d5aa0a31d
commit e09d24e732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 40 additions and 40 deletions

View file

@ -18,12 +18,12 @@ import (
"net/http"
"github.com/matrix-org/dendrite/clientapi/auth/authtypes"
"github.com/matrix-org/dendrite/clientapi/auth/storage/accounts"
"github.com/matrix-org/dendrite/clientapi/httputil"
"github.com/matrix-org/dendrite/clientapi/jsonerror"
"github.com/matrix-org/dendrite/clientapi/threepid"
"github.com/matrix-org/dendrite/internal/config"
"github.com/matrix-org/dendrite/userapi/api"
"github.com/matrix-org/dendrite/userapi/storage/accounts"
"github.com/matrix-org/gomatrixserverlib"
"github.com/matrix-org/util"