comparison mcabber/mcabber/hooks.c @ 2280:f1eebfdd6db7

Improve efficiency with high number of MUC resources
author Mikael Berthe <mikael@lilotux.net>
date Sat, 24 Sep 2016 12:31:13 +0200
parents f5402d705f67
children 1bb9002801e5
comparison
equal deleted inserted replaced
2279:f1f24ee1edfc 2280:f1eebfdd6db7
566 } 566 }
567 567
568 roster_setstatus(bjid, rn, prio, status, status_msg, timestamp, 568 roster_setstatus(bjid, rn, prio, status, status_msg, timestamp,
569 role_none, affil_none, NULL); 569 role_none, affil_none, NULL);
570 buddylist_build(); 570 buddylist_build();
571 scr_draw_roster(); 571 update_roster = TRUE;
572 hlog_write_status(bjid, timestamp, status, status_msg); 572 hlog_write_status(bjid, timestamp, status, status_msg);
573 573
574 #ifdef MODULES_ENABLE 574 #ifdef MODULES_ENABLE
575 { 575 {
576 char os[2] = " \0"; 576 char os[2] = " \0";