mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix bug lasMessage
This commit is contained in:
@@ -111,7 +111,7 @@ export class FileService {
|
||||
}
|
||||
}
|
||||
|
||||
addPictureToChat(roomId:string) {
|
||||
addPictureToChat(roomId) {
|
||||
const input = this.fileLoaderService.createInput({
|
||||
accept: ['image/apng', 'image/jpeg', 'image/png']
|
||||
})
|
||||
@@ -141,6 +141,8 @@ export class FileService {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(this.capturedImage)
|
||||
|
||||
this.chatService.sendMessage(body).subscribe(res=> {
|
||||
loader.remove();
|
||||
//console.log(res);
|
||||
|
||||
Reference in New Issue
Block a user