Kévin Commaille fa64b36c11 client-api: Add support for the threads list API
According to MSC3856
2022-09-30 21:17:20 +02:00

4 lines
68 B
Rust

//! Endpoints for querying threads in a room.
pub mod get_threads;