Skip to content

Commit

Permalink
missed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 28, 2024
1 parent 5676920 commit dc8d626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/chatview/psi/bubble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit dc8d626

Please sign in to comment.