mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
remove some inputs to pr
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user