This commit is contained in:
tiago.kayaya
2022-01-14 12:18:30 +01:00
parent af191cc42c
commit 6007e2cdf8
+1 -2
View File
@@ -62,9 +62,8 @@ export class RoomService {
this.ToastService.presentToast('nova mensagem')
this.lastMessage.msg = message.msg;
message.setData(ChatMessage)
this.massages.push(message)
this.calDateDuration(ChatMessage.result._updatedAt)
this.massages.push(message)
}
)
}