whatsapp sending image or document doesn't fire onsuccess event

The TTMSFNCCloudWhatsApp component version 1.0.1.0 now doesn't fire the OnSendSuccess or OnUploadSuccess events after calling SendImage or SendDocument, but the image and document are sent as they arrive on my phone.

I'm pretty certain a previous version called OnSendSuccess after calling SendImage.

In my application the text is sent first using SendTextMessage this fires the OnSendSuccess event. After SendTextMessage either SendImage or SendDocument is called. I want to capture the send of the image/document so I can log it and present this to the user in a TTMSFNCChat. I was doing this by capturing the AMessage.Media.Filename in the OnSendSuccess.

Hi,

We have tried to reproduce this issue using the FMX demo, but it was not possible on our end. Could you provide some snippets on how you are using the WhatsApp component so that we can get a better idea on your implementation and see if we are able to reproduce it with your code,

with kind regards