async def filter(completeMessage, recipient, recipientNode, todo): """ Catch exchange protocol `🔗 Source `__ """ m = completeMessage # TODO: Sending to other nodes clients todo.append( { "action": "sendCatch", "data": { "toLocal": True, "recipientNode": recipientNode, "recipient": recipient, "head": m["head"], "body": m["body"], "fins": m["fins"], }, } )