aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-10-09 11:34:50 +0200
committerdefault <nobody@localhost>2024-10-09 11:34:50 +0200
commit6ffc31cc4289c77ca29337102aa2b7e514d08625 (patch)
tree9bdecb66740ee48871f4f0b88759a16d534ac1d4 /activitypub.c
parent121df9cf0e55b71e1b773dc5d642e50e7f44b885 (diff)
After several tests, migration to Mastodon seems to work 🎉🥳.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
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)
xs *move = msg_move(user, new_account);
xs *fwers = follower_list(user);
- snac_log(user, xs_fmt("WORK IN PROGRESS - ANYTHING CAN HAPPEN"));
-
const char *actor;
xs_list_foreach(fwers, actor) {
/* get the actor inbox, excluding the shared one */