fix(sync/v3): Stop ignoring leave cache deserialization failures
This commit is contained in:
parent
ee51d4357f
commit
0008709481
2 changed files with 5 additions and 17 deletions
|
|
@ -177,7 +177,7 @@ pub async fn leave_room(
|
|||
.rooms
|
||||
.state_cache
|
||||
.left_state(user_id, room_id)
|
||||
.await
|
||||
.await?
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue