This commit is contained in:
Peter Maquiran
2023-02-02 18:44:19 +01:00
parent 9c76f87944
commit 5cef865535
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
window.removeEventListener('scroll', this.scrollChangeCallback, true);
}
sendMessage(msg) {
sendMessage() {
this.ChatSystemService.getDmRoom(this.roomId).send({}).then(() => {
})
}