Improve obtaining actor from post path

merge-requests/30/head
Bob Mottram 2024-05-26 12:58:23 +01:00
parent 65aba06e11
commit a662f7b951
1 changed files with 1 additions and 1 deletions

View File

@ -3738,7 +3738,7 @@ def _obtain_avatar_for_reply_post(session, base_dir: str, http_prefix: str,
if not has_users_path(lookup_actor):
return
if '/statuses/' in lookup_actor:
if contains_statuses(lookup_actor):
lookup_actor = get_actor_from_post_id(lookup_actor)
if debug: