remove obsolete warning as peeking will cause the membership to be null
This commit is contained in:
@@ -214,8 +214,6 @@ class RoomListStore extends Store {
|
|||||||
}
|
}
|
||||||
} else if (membership === "leave") {
|
} else if (membership === "leave") {
|
||||||
lists["im.vector.fake.archived"].push(room);
|
lists["im.vector.fake.archived"].push(room);
|
||||||
} else {
|
|
||||||
console.error("unrecognised membership: " + membership + " - this should never happen");
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user