main
bashrc 2026-02-02 14:19:28 +00:00
parent 13afb3e47b
commit 71d831e5fb
1 changed files with 0 additions and 1 deletions

View File

@ -1311,7 +1311,6 @@ def get_actor_type(base_dir: str, actor: str, person_cache: {}) -> str:
""" """
actor = get_actor_from_post_id(actor) actor = get_actor_from_post_id(actor)
if person_cache.get(actor): if person_cache.get(actor):
return ''
if person_cache[actor].get('actor'): if person_cache[actor].get('actor'):
if person_cache[actor]['actor'].get('type'): if person_cache[actor]['actor'].get('type'):
if isinstance(person_cache[actor]['actor']['type'], str): if isinstance(person_cache[actor]['actor']['type'], str):