mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added a warning to the 'migrate' command.
This commit is contained in:
parent
d49ae2dc8a
commit
56070513ae
1 changed files with 4 additions and 0 deletions
|
@ -2699,10 +2699,14 @@ int migrate_account(snac *user)
|
||||||
xs *move = msg_move(user, new_account);
|
xs *move = msg_move(user, new_account);
|
||||||
xs *fwers = follower_list(user);
|
xs *fwers = follower_list(user);
|
||||||
|
|
||||||
|
/*
|
||||||
xs_json_dump(move, 4, stdout);
|
xs_json_dump(move, 4, stdout);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
xs_json_dump(fwers, 4, stdout);
|
xs_json_dump(fwers, 4, stdout);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
*/
|
||||||
|
|
||||||
|
printf("WORK IN PROGRESS - NOT YET USABLE (BUT HARMLESS)\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue