This commit is contained in:
Peter Maquiran
2021-05-26 10:13:13 +01:00
parent 679a5ac998
commit bf5653d5ab
@@ -129,6 +129,9 @@ export class GroupMessagesPage implements OnInit {
this.chatService.sendMessage(body).subscribe(res=> {
this.getRoomInfo();
},(error) => {
});
this.message = "";
}