From 2d2a685ec8bb30452fbf66025391f34f2bd03685 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 20 Sep 2024 10:47:14 +0200 Subject: More migration work. --- activitypub.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activitypub.c') 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; } -- cgit v1.2.3