Skip to content
Snippets Groups Projects
Commit f7f7e29c authored by Emmanuel Vodor's avatar Emmanuel Vodor
Browse files

Merge branch 'missing_muc_messages' into 'beta'

Fix conversation holes in mucs

See merge request !120
parents 14c1699e 8743af11
No related branches found
No related tags found
2 merge requests!120Fix conversation holes in mucs,!113History, Reply to messages and RAI
Pipeline #10517 passed
...@@ -70,7 +70,7 @@ converse.plugins.add('sib-history-improved', { ...@@ -70,7 +70,7 @@ converse.plugins.add('sib-history-improved', {
log.debug(`Chatbox needs more messages, count: ${counter}`); log.debug(`Chatbox needs more messages, count: ${counter}`);
const is_groupchat = data.chatbox.get('type') === converse.CHATROOMS_TYPE; const is_groupchat = data.chatbox.get('type') === _converse.CHATROOMS_TYPE;
const oldest_message = messages[0] || null; const oldest_message = messages[0] || null;
if (oldest_message) { if (oldest_message) {
......
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