fix(sync/v3): Stop ignoring leave cache deserialization failures

This commit is contained in:
Ginger
2025-11-06 10:02:02 -05:00
parent c2449bde74
commit d2cc2fb19b
2 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ pub async fn leave_room(
.rooms
.state_cache
.left_state(user_id, room_id)
.await
.await?
},
}
};