Bug solved on despacho pr

This commit is contained in:
Eudes Inácio
2023-02-03 14:40:09 +01:00
parent 9c76f87944
commit 715e1cff3e
11 changed files with 81 additions and 50 deletions
+2 -1
View File
@@ -369,7 +369,8 @@ export class MessageService {
if(!roomObject.isGroup) {
var memeberTosend = this.ChatSystemService.getRoomById(this.rid).membersExcludeMe
this.notificationService.ChatSendMessageNotification(memeberTosend[0].username,ChatMessage.u.username,ChatMessage.msg,this.rid)
console.log(ChatMessage)
this.notificationService.ChatSendMessageNotification(memeberTosend[0].username,ChatMessage.u.name,ChatMessage.msg,this.rid)
}