Hide archive channels in channel list (#6214)
This commit is contained in:
parent
43c43e50d4
commit
bd50422167
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ const ChannelListItem = ({
|
|||
],
|
||||
[height, isActive, isInfo, styles]);
|
||||
|
||||
if (!myChannel || !isVisible) {
|
||||
if ((!isInfo && (channel.deleteAt > 0 && !isActive)) || !myChannel || !isVisible) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue