mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
filter pass dates
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user