ruwuma/crates/ruma-push-gateway-api/src/send_event_notification.rs
2021-05-03 15:50:27 +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;