fix: callToAction renders HTML tags as text — pass isRawHtml=true

This commit is contained in:
WASRUSGEN 2026-05-28 18:27:11 +03:00
parent 6e80948c02
commit 02f6fc70e3

View File

@ -4786,7 +4786,7 @@ function initReturnChat() {
delay += 300;
(function(d){ setTimeout(_rcAddTyping, d); })(delay);
delay += 600;
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false); }, d); })(delay, callToAction);
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false, true); }, d); })(delay, callToAction);
// show controls
delay += 400;