We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15f4e commit daeffc0Copy full SHA for daeffc0
crates/matrix-sdk-ui/src/room_list_service/room_list.rs
@@ -254,7 +254,7 @@ fn merge_stream_and_receiver(
254
/// When a [`RoomList`] is displayed to the user, it can be in various states.
255
/// This enum tries to represent those states with a correct level of
256
/// abstraction.
257
-#[derive(Clone, Debug)]
+#[derive(Clone, Debug, PartialEq, Eq)]
258
pub enum RoomListLoadingState {
259
/// The [`RoomList`] has not been loaded yet, i.e. a sync might run
260
/// or not run at all, there is nothing to show in this `RoomList` yet.
0 commit comments