All messages of type "html" are not rendered in chat!
With two chats open in parallel, sending a file through the first one, in the second chat in real time it is possible to see the message (tag a with link) that has just been sent, but when closing the chat and reopening all html messages are not rendered.
I'm sending a message like this:
const threadClient = new ChatThreadClient(endpointUrl, threadId, new AzureCommunicationTokenCredential(token));
threadClient.sendMessage({
senderDisplayName: chatData.userName,
content : `<a href='google.com' target='_blank'>Arquivo</a>`
}, { type : "html" });
Chat - Image:

HTML DevTool - Image:

Response API - Image:

- Windows on PC
- Browser [Google Chrome]
- Version lib beta.4 and beta.5 ❌
Version beta.3 working normally ✅
All messages of type "html" are not rendered in chat!
With two chats open in parallel, sending a file through the first one, in the second chat in real time it is possible to see the message (tag a with link) that has just been sent, but when closing the chat and reopening all html messages are not rendered.
I'm sending a message like this:
Chat - Image:

HTML DevTool - Image:

Response API - Image:

Version beta.3 working normally ✅