diff options
| author | default <nobody@localhost> | 2024-09-27 17:40:05 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-27 17:40:05 +0200 |
| commit | 56070513ae94cb8bee1a02e46791039afbc95dac (patch) | |
| tree | f03da3eec8e87b83db2258e2143dd7a216b69e10 /activitypub.c | |
| parent | d49ae2dc8a4435a33ed8704e573d53fd3f37d5f2 (diff) | |
Added a warning to the 'migrate' command.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c index 748327b..de42735 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2699,10 +2699,14 @@ int migrate_account(snac *user) 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"); +*/ + + printf("WORK IN PROGRESS - NOT YET USABLE (BUT HARMLESS)\n"); return 0; } |