ruwuma/src/r0/appservice.rs
Wim de With 2ae14de8e5 Add application service extension
The application service specification defines a single extension for the
client-server API. This endpoint can only be used by application
services.
2019-11-24 16:41:41 +01:00

4 lines
111 B
Rust

//! Endpoints part of the application service extension of the client-server API
pub mod set_room_visibility;