Bug fix on chatgroup send file

This commit is contained in:
Eudes Inácio
2022-04-07 15:14:40 +01:00
parent fec4a97a0e
commit 092630912a
@@ -884,7 +884,7 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
const formData = new FormData();
formData.append("blobFile", blob);
this.wsChatMethodsService.getDmRoom(roomId).send({
this.wsChatMethodsService.getGroupRoom(roomId).send({
file: {
"type": file.type,
"guid": '',