Admin fixes and design tweaks
This commit is contained in:
parent
45dc57b538
commit
fbaf40a6ac
6 changed files with 46 additions and 7 deletions
|
@ -282,7 +282,9 @@ async def admin_outbox(
|
|||
(
|
||||
await db_session.scalars(
|
||||
q.options(
|
||||
joinedload(models.OutboxObject.relates_to_inbox_object),
|
||||
joinedload(models.OutboxObject.relates_to_inbox_object).options(
|
||||
joinedload(models.InboxObject.actor),
|
||||
),
|
||||
joinedload(models.OutboxObject.relates_to_outbox_object),
|
||||
joinedload(models.OutboxObject.relates_to_actor),
|
||||
joinedload(models.OutboxObject.outbox_object_attachments).options(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue