Skip to content

bovine_process.outgoing

default_async_outbox_process = ProcessorList(social_processor, interaction_processor) module-attribute

Defines the asynchronous part of handling an outgoing object

default_outbox_process = ProcessorList(sanitize, update_id, store_outgoing, add_outgoing_to_outbox, ByActivityType(Update=outgoing_update, Delete=outgoing_delete)) module-attribute

Defines the synchronous part of sending an outgoing object

social_processor = ByActivityType(Accept=accept_follow, Undo=undo_follow) module-attribute

Processes outgoing social events, i.e. updates the social graph