Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 2042:2e948c228643
quick frontend (quick_app): fixed user_action from action coming from backend
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Aug 2016 20:39:43 +0200 |
parents | f607349a01a4 |
children | b67aece4a667 |
line wrap: on
line diff
--- 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)