This commit is contained in:
Peter Maquiran
2022-07-26 17:18:52 +01:00
parent b23511c844
commit 86ada92883
2 changed files with 6 additions and 2 deletions
@@ -59,7 +59,6 @@ export class NewGroupPage implements OnInit{
}
});
}
@@ -112,7 +111,7 @@ export class NewGroupPage implements OnInit{
this.createGroupWithAttachmentsCath(res)
} else {
setTimeout(()=> {
this.createGroupWithAttachments(res)
}, 500)
@@ -139,6 +138,8 @@ export class NewGroupPage implements OnInit{
}
createGroupWithAttachments(res: any) {
this.wsChatMethodsService.getGroupRoom(res.result.rid).hasLoadHistory = true;
this.documents.forEach(element => {
this.wsChatMethodsService.getGroupRoom(res.result.rid).send({
file: {