Smiley are not saved in blob

Brass Contributor

We are working on a bot project and using teams channel for sending the messages.

We are storing the bot conversations of user in azure blob storage chat history.

But its not saving the smileys sent along with the text message. Below are the messages we have send and turn context activity text we have updated as same as the send message but still its not saving the smiley along with text in blob.

 

Lakshmi_0-1700499862110.png

 

 

In Bot, smiley image is added as an attachment in turn context activity and we have parsed the data to append the smiley along with the text message. We are able to send the message to the recepient, but the same text message is not updating in the blob.

Below is the blob data, text is updated as the text message only even though we are appending smileys with the text from code. Also the smiley which we are adding with the text is updated as an attachment which is visible in the below image.

 

Lakshmi_1-1700499888821.png

 

Is it possible to save smiley in attachment to the blob as smiley itself.

3 Replies
Thank you for reporting this, we will check this and update you.
We are able to repro this issue, we will check this internally and get back to you.

@Lakshmi_145 - 

This is by design behavior. When images sent as part of text message those are treated as hostedContent and are stored separately from the text message.