diff --git a/internal/api/client/accounts/accountmove.go b/internal/api/client/accounts/accountmove.go index 3698c06a3..4f311e106 100644 --- a/internal/api/client/accounts/accountmove.go +++ b/internal/api/client/accounts/accountmove.go @@ -31,6 +31,8 @@ import ( // // Move your account to another account. // +// NOT IMPLEMENTED YET! +// // --- // tags: // - accounts diff --git a/internal/api/client/accounts/accounts.go b/internal/api/client/accounts/accounts.go index c94fbfbaa..000c27d78 100644 --- a/internal/api/client/accounts/accounts.go +++ b/internal/api/client/accounts/accounts.go @@ -113,5 +113,5 @@ func (m *Module) Route(attachHandler func(method string, path string, f ...gin.H // migration handlers attachHandler(http.MethodPost, AliasPath, m.AccountAliasPOSTHandler) - attachHandler(http.MethodPost, MovePath, m.AccountMovePOSTHandler) + // attachHandler(http.MethodPost, MovePath, m.AccountMovePOSTHandler) // todo: enable this only when Move is completed } diff --git a/web/source/settings/user/migration.tsx b/web/source/settings/user/migration.tsx index 7a8b934ac..ddfc71cdd 100644 --- a/web/source/settings/user/migration.tsx +++ b/web/source/settings/user/migration.tsx @@ -46,6 +46,10 @@ function UserMigrationForm({ data: profile }) { return ( <>

Account Migration Settings

+
+ + Moving your account to another instance, or moving an account from another instance to your account, isn't implemented yet! See here for progress. +

The following settings allow you to alias your account to another account elsewhere, and to move your followers and following lists to another account. @@ -186,18 +190,20 @@ function MoveForm({ data: profile }) {