[fix] temp remove create inbox process
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
SouthFox 2023-08-20 10:26:23 +08:00
parent a0105f7959
commit bbda14f332

View file

@ -247,9 +247,6 @@ async def process_incoming(
relates_to_inbox_object=relates_to_inbox_object,
):
return True
elif "Create" == ap_object["type"]:
return True
return False