show jabber accounts from local address in Quicksy flavor

This commit is contained in:
Daniel Gultsch 2019-12-02 13:50:58 +01:00
parent b135486bb4
commit 83520ad8e7

View file

@ -338,7 +338,9 @@ public class Contact implements ListItem, Blockable {
}
public boolean showInContactList() {
return showInRoster() || getOption(Options.SYNCED_VIA_OTHER);
return showInRoster()
|| getOption(Options.SYNCED_VIA_OTHER)
|| (QuickConversationsService.isQuicksy() && systemAccount != null);
}
public void parseSubscriptionFromElement(Element item) {