Mobile add picture publiation and chat

This commit is contained in:
Eudes Inácio
2022-02-03 16:36:05 +01:00
parent 8e0fad9c99
commit 99b33375b8
7 changed files with 81 additions and 33 deletions
@@ -118,6 +118,9 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.getChatMembers();
this.getRoomMessageDB(this.roomId);
this.wsChatMethodsService.getUserOfRoom(this.roomId).then((value) => {
console.log('MEMBER', value)
})
}
setStatus(status:string){