pub async fn process_event(
event: Event,
is_new: bool,
handler: &dyn InboundEventHandler,
) -> Result<bool, String>Expand description
Process a single event through the full pipeline (prepare + commit).
Gets client and public key from globals. For callers that manage their own notification loop but want the full vector-core processing pipeline.