diff options
| author | 2024-03-12 17:54:54 +0100 | |
|---|---|---|
| committer | 2024-03-12 17:54:54 +0100 | |
| commit | f485dbdaf0f6372b9815be3d78ae2839e80d6946 (patch) | |
| tree | b7ddb23b52f9a199fd38f85168f46119fb4ff757 /mastoapi.c | |
| parent | Updated documentation. (diff) | |
| download | snac2-f485dbdaf0f6372b9815be3d78ae2839e80d6946.tar.gz snac2-f485dbdaf0f6372b9815be3d78ae2839e80d6946.tar.xz snac2-f485dbdaf0f6372b9815be3d78ae2839e80d6946.zip | |
Added actor refreshing via the user queue.
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -746,7 +746,7 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg) | |||
| 746 | /* converts an ActivityPub note to a Mastodon status */ | 746 | /* converts an ActivityPub note to a Mastodon status */ |
| 747 | { | 747 | { |
| 748 | xs *actor = NULL; | 748 | xs *actor = NULL; |
| 749 | actor_get(get_atto(msg), &actor); | 749 | actor_get_refresh(snac, get_atto(msg), &actor); |
| 750 | 750 | ||
| 751 | /* if the author is not here, discard */ | 751 | /* if the author is not here, discard */ |
| 752 | if (actor == NULL) | 752 | if (actor == NULL) |