From 0284652f8cd91a80cc132da46001e08fa47aff86 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 18 Aug 2019 12:27:38 +0200 Subject: [PATCH] Fix actor updates --- core/inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/inbox.py b/core/inbox.py index 850a807..18c13b1 100644 --- a/core/inbox.py +++ b/core/inbox.py @@ -92,7 +92,7 @@ def _update_process_inbox(update: ap.Update, new_meta: _NewMeta) -> None: ) elif obj.has_type(ap.ACTOR_TYPES): - actor = ap.fetch_remote_activity(obj.get_actor().id, no_cache=True) + actor = ap.fetch_remote_activity(obj.id, no_cache=True) update_cached_actor(actor) else: