mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 03:11:02 +02:00
remove obsolete warning as peeking will cause the membership to be null
This commit is contained in:
parent
f194f323f4
commit
fe734b944e
@ -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");
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user