Fix lookup for custom actor types

This commit is contained in:
Thomas Sileo 2022-07-09 19:26:18 +02:00
parent d60f3492db
commit 10676b039a
3 changed files with 4 additions and 1 deletions

View file

@ -111,6 +111,7 @@ async def render_template(
"following_count": await db_session.scalar(
select(func.count(models.Following.id))
),
"actor_types": ap.ACTOR_TYPES,
**template_args,
},
)