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,
|
joined_since_last_sync: bool,
|
||||||
witness: Option<&Witness>,
|
witness: Option<&Witness>,
|
||||||
) -> Result<StateChanges> {
|
) -> Result<StateChanges> {
|
||||||
if since_shortstatehash.is_none() || joined_since_last_sync {
|
if since_shortstatehash.is_none() {
|
||||||
calculate_state_initial(
|
calculate_state_initial(
|
||||||
services,
|
services,
|
||||||
sender_user,
|
sender_user,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue