no empty chats
This commit is contained in:
parent
018978d7ce
commit
0713d5500b
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ const processChats = () => {
|
||||||
Streams.onDisplayName(() => {}, out.with)
|
Streams.onDisplayName(() => {}, out.with)
|
||||||
}
|
}
|
||||||
|
|
||||||
currentChats = chats
|
currentChats = chats.filter(c => c.messages.length > 0)
|
||||||
notifyChatsListeners()
|
notifyChatsListeners()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue