mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed subscribed check when displaying roster panel
This commit is contained in:
parent
10eb0bbbf8
commit
fb8b223876
@ -45,7 +45,6 @@
|
||||
static void
|
||||
_rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
|
||||
{
|
||||
if (p_contact_subscribed(contact)) {
|
||||
const char *name = p_contact_name_or_jid(contact);
|
||||
const char *presence = p_contact_presence(contact);
|
||||
|
||||
@ -80,7 +79,6 @@ _rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
|
||||
g_list_free(resources);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user