filter pass dates

This commit is contained in:
Peter Maquiran
2023-08-28 16:07:06 +01:00
parent fbc02a0585
commit 416b448516
8 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export class ChatSystemService {
document.addEventListener('resume', function () {
if(this._dm?.length == 0 && this._group?.length == 0) {
if(this._dm?.length == 0 || this._group?.length == 0) {
this.getAllRooms();
}
});