This commit is contained in:
tiago.kayaya
2021-09-02 13:19:50 +01:00
parent 3937c0c9c8
commit 1b49c11bb2
5 changed files with 49 additions and 62 deletions
+4 -4
View File
@@ -257,13 +257,13 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
const roomId = this.roomId
this.chatService.getRoomMessages(roomId).subscribe(res=>{
/* this.chatService.getRoomMessages(roomId).subscribe(res=>{
console.log(res);
})
}) */
/* this.chatService.getRoomMessages(roomId).subscribe(async res => {
this.chatService.getRoomMessages(roomId).subscribe(async res => {
if (res == 502) {
@@ -297,7 +297,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
//this.loadMessages()
await this.serverLongPull();
}
}); */
});
}
}