Tweak incoming activity processing
parent
5c7fd1199b
commit
dd50db40d9
|
@ -81,6 +81,7 @@ async def process_next_incoming_activity(db_session: AsyncSession) -> bool:
|
|||
next_activity.last_try = now()
|
||||
|
||||
try:
|
||||
async with db_session.begin_nested():
|
||||
await save_to_inbox(
|
||||
db_session,
|
||||
next_activity.ap_object,
|
||||
|
|
Loading…
Reference in New Issue