[fix] not link element outbox.actor -> inbox
This commit is contained in:
parent
789cd3f44c
commit
48bf660338
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ async def get_outbox_object(
|
|||
.where(OutboxObject.ap_id == ap_id)
|
||||
.options(
|
||||
joinedload(OutboxObject.relates_to_inbox_object).options(
|
||||
joinedload(OutboxObject.relates_to_actor),
|
||||
joinedload(InboxObject.actor),
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue