# HG changeset patch # User Goffi # Date 1471804783 -7200 # Node ID 2e948c2286435242b79647a05aeab0c5d932adab # Parent 456abbceee19e9ade5c4a411c5e5497a7dbfc933 quick frontend (quick_app): fixed user_action from action coming from backend diff -r 456abbceee19 -r 2e948c228643 frontends/src/quick_frontend/quick_app.py --- a/frontends/src/quick_frontend/quick_app.py Sun Aug 21 18:57:56 2016 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Sun Aug 21 20:39:43 2016 +0200 @@ -463,7 +463,7 @@ self.setPresenceStatus(C.PRESENCE_UNAVAILABLE, '', profile=profile) def actionNewHandler(self, action_data, id_, security_limit, profile): - self.actionManager(action_data, profile=profile) + self.actionManager(action_data, user_action=False, profile=profile) def newContactHandler(self, jid_s, attributes, groups, profile): entity = jid.JID(jid_s)