Skip to content
Snippets Groups Projects
Commit 87aab5a5 authored by ubermanu's avatar ubermanu
Browse files

bugfix: fix origin_id on ui update

parent a0341d44
No related branches found
No related tags found
2 merge requests!136Reactions, Retract upload...,!117Reactions
......@@ -90,7 +90,7 @@ converse.plugins.add('sib-reactions', {
const reactions = message.get('reactions') || {};
reactions[from_real_jid] = {
emojis,
origin_id: reactions[from_real_jid] || null,
origin_id: reactions[from_real_jid]?.origin_id || null,
from_real_jid,
};
......
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