Delete stale rooms/participants after RECONNECT_TIMEOUT

This commit is contained in:
Antonio Scandurra 2022-12-13 11:32:37 +01:00
parent beea9b68ff
commit 6a6a032f1f
7 changed files with 588 additions and 171 deletions

View file

@ -2,7 +2,7 @@ pub mod api;
pub mod auth;
pub mod db;
pub mod env;
mod executor;
pub mod executor;
#[cfg(test)]
mod integration_tests;
pub mod rpc;