fix notification remove, create event of task from attachment

This commit is contained in:
Peter Maquiran
2023-11-01 12:24:34 +01:00
parent a6517da1e0
commit f3efe630c8
5 changed files with 43 additions and 40 deletions
+2
View File
@@ -319,6 +319,8 @@ export class MessageService {
if(params?.attachments) {
if(params?.attachments[0]?.image_url) {
delete params?.attachments[0]?.image_url
delete params?.file?.image_url
// delete
}
}