mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge pull request #3445 from matrix-org/t3chguy/nvl/historical_preview
Only put a room in Historical if === 'leave' not peeked
This commit is contained in:
commit
2a67970d32
@ -327,7 +327,7 @@ class RoomListStore extends Store {
|
||||
} else if (tags.length === 0) {
|
||||
tags.push("im.vector.fake.recent");
|
||||
}
|
||||
} else {
|
||||
} 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