Remove settime on grupo message page

This commit is contained in:
Eudes Inácio
2022-06-02 09:09:45 +01:00
parent 1294a6f82a
commit a6d3e28cf3
@@ -161,9 +161,9 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
ngOnInit() { ngOnInit() {
console.log(this.roomId) console.log(this.roomId)
this.loggedUser = this.loggedUserChat; this.loggedUser = this.loggedUserChat;
setTimeout(() => { //setTimeout(() => {
this.getRoomInfo(); this.getRoomInfo();
}, 1000); //}, 1000);
this.getChatMembers(); this.getChatMembers();
//this.getMessageDB(); //this.getMessageDB();