diff --git a/src/roster_window.py b/src/roster_window.py index ef9eb0a41..8af7fe952 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1356,6 +1356,7 @@ class RosterWindow: else: self.draw_completely(jid, account) yield True + self.refilter_shown_roster_items() yield False task = _draw_all_contacts(jids, account)