fix: send media message in chatwoot

This commit is contained in:
Davidson Gomes
2024-10-04 17:14:12 -03:00
parent 373268c938
commit db065ab942
7 changed files with 21 additions and 17 deletions

View File

@@ -410,6 +410,7 @@ export class DifyService {
media: url,
caption: altText,
},
null,
false,
);
}