Remove accoes text

This commit is contained in:
Eudes Inácio
2022-07-06 10:20:07 +01:00
parent 1f9f4754ed
commit 9fbaeba199
2 changed files with 3 additions and 1 deletions
@@ -158,6 +158,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
}
ngOnInit() {
this.wsChatMethodsService.getAllRooms();
this.chatService.refreshtoken();
this.wsChatMethodsService.getUserOfRoom(this.roomId).then((value) => {
@@ -165,6 +166,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.getChatMembers();
}
ngAfterViewInit() {
this.scrollChangeCallback = () => this.onContentScrolled(event);