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
@@ -647,6 +647,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
this.fileService.addDocGestaoDocumentalToChat(this.roomId);
//this.addDocGestaoDocumental();
}
this.loadGroupMessages(this.roomId);
});
}
@@ -376,6 +376,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
this.showLoader = false;
//this.addDocGestaoDocumental();
}
this.loadMessages();
});
}