post notification edit

This commit is contained in:
Eudes Inácio
2023-01-30 18:01:29 +01:00
12 changed files with 28 additions and 39 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
sendMessage(msg) {
let lastMsg = msg.pop();
console.log(this.attendees)
console.log(msg)
console.log(lastMsg._id,lastMsg.msg,lastMsg.msg)
this.ChatSystemService.getDmRoom(this.roomId).send({}).then(() => {
console.log(this.members)