Fix lookup for custom actor types
This commit is contained in:
parent
d60f3492db
commit
10676b039a
3 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue