mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 09:56:22 +00:00
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