forked from mirror/monocles_chat_clean
A Quicky user can be a stranger (Stephen Paul Weber)
This commit is contained in:
parent
93ce8fb487
commit
5f6583b703
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
|||
&& !contact.isOwnServer()
|
||||
&& !contact.showInContactList()
|
||||
&& !contact.isSelf()
|
||||
&& !Config.QUICKSY_DOMAIN.equals(contact.getJid().toEscapedString())
|
||||
&& !(Config.QUICKSY_DOMAIN.equals(contact.getJid().toEscapedString()) && (contact.getJid().isDomainJid()))
|
||||
&& sentMessagesCount() == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue