hrukudah #15

Closed
bodqhrohro wants to merge 30 commits from hrukudah into master
Showing only changes of commit 1a751b8a80 - Show all commits

View file

@ -508,10 +508,6 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
}
}
if (nextCounterpart != null && mXmppConnectionService.checkIsArchived(account, counterpart.asBareJid(), nextCounterpart)) {
return;
}
if ((body != null || pgpEncrypted != null || (axolotlEncrypted != null && axolotlEncrypted.hasChild("payload")) || oobUrl != null) && !isMucStatusMessage) {
final Conversation conversation = mXmppConnectionService.findOrCreateConversation(account, counterpart.asBareJid(), null, conversationIsProbablyMuc, nextCounterpart != null, false, nextCounterpart);
final boolean conversationMultiMode = conversation.getMode() == Conversation.MODE_MULTI;