diff options
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) |