mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-13 18:59:00 -05:00
implement local room preview
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e257512aa7
commit
2f2cebe84d
3 changed files with 75 additions and 7 deletions
|
|
@ -1,9 +1,10 @@
|
|||
mod aliases;
|
||||
mod create;
|
||||
mod event;
|
||||
mod initial_sync;
|
||||
mod upgrade;
|
||||
|
||||
pub(crate) use self::{
|
||||
aliases::get_room_aliases_route, create::create_room_route, event::get_room_event_route,
|
||||
upgrade::upgrade_room_route,
|
||||
initial_sync::room_initial_sync_route, upgrade::upgrade_room_route,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue