mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
fix room join completion taking wrong sync branch
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
4e0cedbe51
commit
a4ef04cd14
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ async fn calculate_state_changes(
|
|||
joined_since_last_sync: bool,
|
||||
witness: Option<&Witness>,
|
||||
) -> Result<StateChanges> {
|
||||
if since_shortstatehash.is_none() || joined_since_last_sync {
|
||||
if since_shortstatehash.is_none() {
|
||||
calculate_state_initial(
|
||||
services,
|
||||
sender_user,
|
||||
|
|
Loading…
Add table
Reference in a new issue