1
0
Fork 0
ruma/crates/ruma-events/src/rtc.rs
Timo 2f64faeabb
events: Add m.rtc.notification event
According to MSC4075.

Signed-off-by: Timo K <toger5@hotmail.de>
2025-09-12 12:43:03 +00:00

6 lines
163 B
Rust

//! Modules for events in the `m.rtc` namespace.
#[cfg(feature = "unstable-msc4310")]
pub mod decline;
#[cfg(feature = "unstable-msc4075")]
pub mod notification;