aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c
index 9a49ba9..748327b 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2696,6 +2696,14 @@ int migrate_account(snac *user)
return 1;
}
+ xs *move = msg_move(user, new_account);
+ xs *fwers = follower_list(user);
+
+ xs_json_dump(move, 4, stdout);
+ printf("\n");
+ xs_json_dump(fwers, 4, stdout);
+ printf("\n");
+
return 0;
}