mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 15:46:22 +00:00
mucwin_handle_affiliation_list takes ProfMucWin
This commit is contained in:
@@ -1369,7 +1369,10 @@ _room_affiliation_list_result_handler(xmpp_conn_t *const conn, xmpp_stanza_t *co
|
||||
}
|
||||
|
||||
muc_jid_autocomplete_add_all(from, jids);
|
||||
mucwin_handle_affiliation_list(from, affiliation, jids);
|
||||
ProfMucWin *mucwin = wins_get_muc(from);
|
||||
if (mucwin) {
|
||||
mucwin_handle_affiliation_list(mucwin, affiliation, jids);
|
||||
}
|
||||
free(affiliation);
|
||||
g_slist_free(jids);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user