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() {
console.log(this.roomId)
this.loggedUser = this.loggedUserChat;
setTimeout(() => {
//setTimeout(() => {
this.getRoomInfo();
}, 1000);
//}, 1000);
this.getChatMembers();
//this.getMessageDB();