mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove
This commit is contained in:
@@ -350,6 +350,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
let attachmentIndex = 0;
|
let attachmentIndex = 0;
|
||||||
|
|
||||||
for(const message of updateMessage.attachments) {
|
for(const message of updateMessage.attachments) {
|
||||||
|
|
||||||
this.messages1[this.roomId][index].attachments[attachmentIndex].id = message.id
|
this.messages1[this.roomId][index].attachments[attachmentIndex].id = message.id
|
||||||
attachmentIndex++;
|
attachmentIndex++;
|
||||||
}
|
}
|
||||||
@@ -884,6 +885,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
800, // maxHeight
|
800, // maxHeight
|
||||||
0.9 // quality
|
0.9 // quality
|
||||||
).then((picture) => {
|
).then((picture) => {
|
||||||
|
console.log('Selected: ', picture)
|
||||||
imageBase64 = picture
|
imageBase64 = picture
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user