diff options
| author | default <nobody@localhost> | 2024-10-09 11:34:50 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-09 11:34:50 +0200 |
| commit | 6ffc31cc4289c77ca29337102aa2b7e514d08625 (patch) | |
| tree | 9bdecb66740ee48871f4f0b88759a16d534ac1d4 /main.c | |
| parent | 121df9cf0e55b71e1b773dc5d642e50e7f44b885 (diff) | |
After several tests, migration to Mastodon seems to work 🎉🥳.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |