More fixes (from the test instance)
This commit is contained in:
parent
e6066cb212
commit
1f6d6c5477
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue