Commit f267ee5a authored by JC Brand's avatar JC Brand

Looks like new messages can have an archive_id

parent 4742e66b
......@@ -389,7 +389,7 @@
return !sizzle('result[xmlns="'+Strophe.NS.MAM+'"]', message).length &&
!sizzle('delay[xmlns="'+Strophe.NS.DELAY+'"]', message).length;
} else {
return !message.get('archive_id') && !message.get('delayed');
return !message.get('delayed');
}
};
......
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