Fix actor updates
This commit is contained in:
parent
a204329628
commit
0284652f8c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue