Only put a room in Historical if === 'leave' not peeked

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-09-15 22:19:07 +01:00
parent e18b38c409
commit 4fb4c5b744
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ class RoomListStore extends Store {
} else if (tags.length === 0) {
tags.push("im.vector.fake.recent");
}
} else {
} else if (myMembership === 'leave') {
tags.push("im.vector.fake.archived");
}