diff options
| -rw-r--r-- | activitypub.c | 2 | ||||
| -rw-r--r-- | main.c | 1 |
2 files changed, 1 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 */ @@ -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); } |