1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

fix: faster room joins

This commit is contained in:
Timo Kösters 2021-08-17 00:22:52 +02:00 committed by Jonas Zohren
parent 4a9483c07c
commit 8a4b7cf4bd
3 changed files with 12 additions and 3 deletions

View file

@ -2471,6 +2471,7 @@ pub async fn create_invite_route(
&sender,
Some(invite_state),
&db,
true,
)?;
}