diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c index 2f668a8..66d7f10 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -2701,8 +2701,6 @@ int migrate_account(snac *user) | |||
| 2701 | xs *move = msg_move(user, new_account); | 2701 | xs *move = msg_move(user, new_account); |
| 2702 | xs *fwers = follower_list(user); | 2702 | xs *fwers = follower_list(user); |
| 2703 | 2703 | ||
| 2704 | snac_log(user, xs_fmt("WORK IN PROGRESS - ANYTHING CAN HAPPEN")); | ||
| 2705 | |||
| 2706 | const char *actor; | 2704 | const char *actor; |
| 2707 | xs_list_foreach(fwers, actor) { | 2705 | xs_list_foreach(fwers, actor) { |
| 2708 | /* get the actor inbox, excluding the shared one */ | 2706 | /* get the actor inbox, excluding the shared one */ |