Implement clearing stale channel buffer participants on server restart
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
6827ddf97d
commit
ec5ff20b4c
7 changed files with 133 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
use super::*;
|
||||
|
||||
impl Database {
|
||||
pub async fn refresh_room(
|
||||
pub async fn clear_stale_room_participants(
|
||||
&self,
|
||||
room_id: RoomId,
|
||||
new_server_id: ServerId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue