Skip to content

bovine_process.incoming

crud_handlers = dict(Update=handle_update, Delete=incoming_delete) module-attribute

The handlers being called for CRUD operations

default_inbox_process = ProcessorList(sanitize, store_incoming, ByActivityType(**crud_handlers), ByActivityType(**social_handlers), interaction_processor, add_incoming_to_inbox) module-attribute

Represents the default process undertaken by an inbox item

social_handlers = dict(Accept=accept_follow, Undo=undo_follow) module-attribute

The handlers being called for social interactions, i.e. updating the social graph