Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
remove obsolete warning as peeking will cause the membership to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Sep 13, 2018
1 parent f194f32 commit fe734b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stores/RoomListStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ class RoomListStore extends Store {
}
} else if (membership === "leave") {
lists["im.vector.fake.archived"].push(room);
} else {
console.error("unrecognised membership: " + membership + " - this should never happen");
}
});

Expand Down

0 comments on commit fe734b9

Please sign in to comment.