Mercurial > libervia-backend
changeset 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 | 456abbceee19 |
children | f3940f6a3222 |
files | frontends/src/quick_frontend/quick_app.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)