Show roster after roster received
This commit is contained in:
@@ -122,7 +122,11 @@ handle_login_account_success(char *account_name)
|
||||
|
||||
log_info("%s logged in successfully", account->jid);
|
||||
account_free(account);
|
||||
}
|
||||
|
||||
void
|
||||
handle_roster_received(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_ROSTER)) {
|
||||
ui_show_roster();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user