This commit is contained in:
Peter Maquiran
2024-08-16 18:09:40 +01:00
parent a57dfb80dc
commit eb615d4335
@@ -350,6 +350,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
let attachmentIndex = 0;
for(const message of updateMessage.attachments) {
this.messages1[this.roomId][index].attachments[attachmentIndex].id = message.id
attachmentIndex++;
}
@@ -884,6 +885,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
800, // maxHeight
0.9 // quality
).then((picture) => {
console.log('Selected: ', picture)
imageBase64 = picture
});