about summary refs log tree commit diff
path: root/app/javascript/mastodon/actions/importer/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/actions/importer/index.js')
-rw-r--r--app/javascript/mastodon/actions/importer/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/actions/importer/index.js b/app/javascript/mastodon/actions/importer/index.js
index d1ea40c36..a97f4d173 100644
--- a/app/javascript/mastodon/actions/importer/index.js
+++ b/app/javascript/mastodon/actions/importer/index.js
@@ -39,7 +39,7 @@ export function importFetchedAccounts(accounts) {
     pushUnique(normalAccounts, normalizeAccount(account));
 
     if (account.moved) {
-      processAccount(account);
+      processAccount(account.moved);
     }
   }