# HG changeset patch # User Goffi # Date 1547936879 -3600 # Node ID d350f4571d8248893b23c85aa7a30785bdd2f9fa # Parent 4a05e67a8025b4b163cfdede7412bfb8c387d93b quick frontend (app): fixed filtering for chat state notifications diff -r 4a05e67a8025 -r d350f4571d82 sat_frontends/quick_frontend/quick_app.py --- a/sat_frontends/quick_frontend/quick_app.py Sat Jan 19 23:27:22 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_app.py Sat Jan 19 23:27:59 2019 +0100 @@ -853,7 +853,8 @@ @param profile (unicode): current profile """ from_jid = jid.JID(from_jid_s) - for widget in self.widgets.getWidgets(quick_chat.QuickChat, profiles=(profile,)): + for widget in self.widgets.getWidgets(quick_chat.QuickChat, target=from_jid.bare, + profiles=(profile,)): widget.onChatState(from_jid, state, profile) def notify(