mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-27 02:21:56 +01:00
allow rooms we were banned from into Historical also
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4fb4c5b744
commit
3fdaeea3a2
@ -327,7 +327,7 @@ class RoomListStore extends Store {
|
||||
} else if (tags.length === 0) {
|
||||
tags.push("im.vector.fake.recent");
|
||||
}
|
||||
} else if (myMembership === 'leave') {
|
||||
} else if (myMembership) { // null-guard as null means it was peeked
|
||||
tags.push("im.vector.fake.archived");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user