Skip to content
Snippets Groups Projects
Commit 7456fc95 authored by ubermanu's avatar ubermanu
Browse files

bugfix: forces refresh of the ui on message parsing

parent 87aab5a5
No related branches found
No related tags found
2 merge requests!136Reactions, Retract upload...,!117Reactions
...@@ -30,7 +30,7 @@ converse.plugins.add('sib-reactions', { ...@@ -30,7 +30,7 @@ converse.plugins.add('sib-reactions', {
from_real_jid: attrs.from_real_jid, from_real_jid: attrs.from_real_jid,
}; };
message.set('reactions', reactions); message.set('reactions', {}); // Forces refresh
message.save('reactions', reactions); message.save('reactions', reactions);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment