From dc8d6267938a80dd41aaf04956fa27030baf2344 Mon Sep 17 00:00:00 2001 From: Sergei Ilinykh Date: Sat, 29 Jun 2024 00:44:11 +0300 Subject: [PATCH] missed fix --- themes/chatview/psi/bubble/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/chatview/psi/bubble/index.html b/themes/chatview/psi/bubble/index.html index 1d81787fd..d039ab5b1 100644 --- a/themes/chatview/psi/bubble/index.html +++ b/themes/chatview/psi/bubble/index.html @@ -45,7 +45,7 @@ }, dateFormat : "HH:mm", proxy : function() { //optional - if (shared.cdata.type == "reactions") { + if (shared.cdata.mtype == "reactions") { render_reactions(shared.cdata); return false; }