Hide the archived section (#12286)
* Hide the archived section * Only add archived section if necessary * Update e2e tests
This commit is contained in:
parent
179d2a767e
commit
28f7aac9a5
4 changed files with 10 additions and 5 deletions
|
@ -87,7 +87,10 @@ export const TAG_ORDER: TagID[] = [
|
|||
DefaultTagID.LowPriority,
|
||||
DefaultTagID.ServerNotice,
|
||||
DefaultTagID.Suggested,
|
||||
DefaultTagID.Archived,
|
||||
// DefaultTagID.Archived isn't here any more: we don't show it at all.
|
||||
// The section still exists in the code as a place for rooms that we know
|
||||
// about but aren't joined. At some point it could be removed entirely
|
||||
// but we'd have to make sure that rooms you weren't in were hidden.
|
||||
];
|
||||
const ALWAYS_VISIBLE_TAGS: TagID[] = [DefaultTagID.DM, DefaultTagID.Untagged];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue