Skip to content
Snippets Groups Projects
Commit 9b64fbab authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

fix: Roster: Filter list on contact update

Fixes: #10898
parent c7379540
No related branches found
No related tags found
No related merge requests found
......@@ -529,6 +529,7 @@ def _on_contact_update(self,
_signal_name: str) -> None:
self._draw_contact(contact)
self._refilter()
@event_filter(['account'])
def _on_roster_received(self, _event: RosterReceived) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment