ruwuma/ruma-push-gateway-api/src/send_event_notification.rs
Julian Tescher 26ae56d168
push-gateway-api: Add notify API (#260)
Co-authored-by: Devin Ragotzy <devin.ragotzy@gmail.com>
2020-09-12 23:15:24 +02:00

5 lines
127 B
Rust

//! Endpoint to notify a push gateway about an event or update the number of unread notifications a
//! user has.
pub mod v1;