forked from mirror/monocles_chat_clean
show jabber accounts from local address in Quicksy flavor
This commit is contained in:
parent
49ecbfee18
commit
c45d07163d
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue