@@ -170,7 +170,7 @@ static gboolean _cmd_who(void)
if (conn_status != JABBER_CONNECTED) {
cons_not_connected();
} else {
struct contact_node_t *list = get_contact_list();
GSList *list = get_contact_list();
cons_show_online_contacts(list);
}
The note is not visible to the blocked user.