mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
quicksy server is not a stranger
This commit is contained in:
parent
19e13115d3
commit
4688d68ea1
1 changed files with 1 additions and 0 deletions
|
@ -931,6 +931,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
|||
&& !contact.isOwnServer()
|
||||
&& !contact.showInContactList()
|
||||
&& !contact.isSelf()
|
||||
&& !Config.QUICKSY_DOMAIN.equals(contact.getJid().getDomain())
|
||||
&& sentMessagesCount() == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue