Sort roster rooms
This commit is contained in:
@@ -258,6 +258,8 @@ sv_ev_room_message(const char *const room_jid, const char *const nick,
|
||||
}
|
||||
}
|
||||
|
||||
rosterwin_roster();
|
||||
|
||||
// don't notify self messages
|
||||
if (strcmp(nick, my_nick) == 0) {
|
||||
return;
|
||||
@@ -283,8 +285,6 @@ sv_ev_room_message(const char *const room_jid, const char *const nick,
|
||||
notify_room_message(nick, jidp->localpart, ui_index, NULL);
|
||||
}
|
||||
jid_destroy(jidp);
|
||||
|
||||
rosterwin_roster();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user