This commit is contained in:
Peter Maquiran
2022-03-29 16:52:54 +01:00
9 changed files with 65 additions and 23 deletions
+2
View File
@@ -187,6 +187,7 @@ export class MessageService {
}
if(this.NetworkServiceService.getCurrentNetworkStatus() == ConnectionStatus.Online) {
this.WsChatService.send(params).then(
@@ -318,6 +319,7 @@ export class MessageService {
async save() {
const message = this.getChatObj()
console.log(message);
await MessageModel.update(message)