Skip to content

Commit

Permalink
fixup! Revert "feat(knocking): use handle_stripped_state_event to c…
Browse files Browse the repository at this point in the history
…heck the membership state event"
  • Loading branch information
jmartinesp committed Oct 16, 2024
1 parent 0b1ef5b commit 8033c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-base/src/sliding_sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ mod tests {

// When the room is set as knocked with a random user id as state key,
let mut room = http::response::Room::new();
set_room_knocked(&mut room, &user_id);
set_room_knocked(&mut room, user_id);

let response = response_with_room(room_id, room);
client.process_sliding_sync(&response, &(), true).await.expect("Failed to process sync");
Expand Down

0 comments on commit 8033c84

Please sign in to comment.