This commit is contained in:
tiago.kayaya
2021-09-23 12:37:30 +01:00
parent 07cbb237e4
commit 36baa00fc6
4 changed files with 4 additions and 0 deletions
@@ -389,6 +389,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.fileService.addDocGestaoDocumentalToChat(this.roomId);
//this.addDocGestaoDocumental();
}
this.loadGroupMessages(this.roomId);
});
}
@@ -317,6 +317,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.fileService.addDocGestaoDocumentalToChat(this.roomId);
//this.addDocGestaoDocumental();
}
this.loadMessages();
});
}