Fix admin profile page

This commit is contained in:
Thomas Sileo 2022-07-27 19:04:25 +02:00
parent cabc74f5cd
commit de2f747140
1 changed files with 3 additions and 1 deletions

View File

@ -524,7 +524,9 @@ async def admin_profile(
),
)
.options(
joinedload(models.InboxObject.relates_to_inbox_object),
joinedload(models.InboxObject.relates_to_inbox_object).options(
joinedload(models.InboxObject.actor)
),
joinedload(models.InboxObject.relates_to_outbox_object).options(
joinedload(
models.OutboxObject.outbox_object_attachments