remove some inputs to pr

This commit is contained in:
Peter Maquiran
2023-02-08 11:06:27 +01:00
parent b60ff07159
commit 9b5cb7e0ef
7 changed files with 42 additions and 16 deletions
@@ -95,6 +95,13 @@ export class ChatSystemService {
this.loadChat();
}
document.addEventListener('resume', function () {
if(this._dm?.length == 0 && this._group?.length == 0) {
this.getAllRooms();
}
});
}
loadChat() {