Commit 91526c3a authored by JC Brand's avatar JC Brand

Bugfix. Query all messages

parent d327da68
......@@ -430,7 +430,7 @@
return last_msg ? last_msg.getAttribute('data-isodate') : null
}
const msg_dates = _.invokeMap(
this.content.querySelector('.message'),
this.content.querySelectorAll('.message'),
Element.prototype.getAttribute,
'data-isodate'
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment