show jabber accounts from local address in Quicksy flavor
This commit is contained in:
parent
b135486bb4
commit
83520ad8e7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue