From f485dbdaf0f6372b9815be3d78ae2839e80d6946 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 12 Mar 2024 17:54:54 +0100 Subject: Added actor refreshing via the user queue. --- mastoapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastoapi.c') diff --git a/mastoapi.c b/mastoapi.c index e14fc47..10fa40b 100644 --- a/mastoapi.c +++ b/mastoapi.c @@ -746,7 +746,7 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg) /* converts an ActivityPub note to a Mastodon status */ { xs *actor = NULL; - actor_get(get_atto(msg), &actor); + actor_get_refresh(snac, get_atto(msg), &actor); /* if the author is not here, discard */ if (actor == NULL) -- cgit v1.2.3