From 6ffc31cc4289c77ca29337102aa2b7e514d08625 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 9 Oct 2024 11:34:50 +0200 Subject: [PATCH] =?UTF-8?q?After=20several=20tests,=20migration=20to=20Mas?= =?UTF-8?q?todon=20seems=20to=20work=20=F0=9F=8E=89=F0=9F=A5=B3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activitypub.c | 2 -- main.c | 1 + 2 files changed, 1 insertion(+), 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 */ diff --git a/main.c b/main.c index 3c7ccb1..df696c0 100644 --- a/main.c +++ b/main.c @@ -298,6 +298,7 @@ int main(int argc, char *argv[]) } else { snac.config = xs_dict_set(snac.config, "alias", actor); + snac.config = xs_dict_set(snac.config, "alias_raw", url); user_persist(&snac, 1); }