More fixes (from the test instance)

This commit is contained in:
Thomas Sileo 2022-07-05 08:33:39 +02:00
parent e6066cb212
commit 1f6d6c5477
3 changed files with 6 additions and 3 deletions

View file

@ -211,7 +211,9 @@ async def admin_inbox(
(
await db_session.scalars(
q.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