only show not stranger if messages are coming from quicksy domain not quicksy contacts
This commit is contained in:
parent
28ea64fd8e
commit
872a554be8
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
|||
&& !contact.isOwnServer()
|
||||
&& !contact.showInContactList()
|
||||
&& !contact.isSelf()
|
||||
&& !Config.QUICKSY_DOMAIN.equals(contact.getJid().getDomain())
|
||||
&& !Config.QUICKSY_DOMAIN.equals(contact.getJid().toEscapedString())
|
||||
&& sentMessagesCount() == 0;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue