Mercurial > libervia-backend
diff sat_frontends/quick_frontend/quick_chat.py @ 2896:ca55e02a6fc8
quick_frontend (app): fixed filters serialisation before calling bridge.historyGet
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 07 Apr 2019 20:58:15 +0200 |
parents | dd650f3e070f |
children | 49458e12e414 |
line wrap: on
line diff
--- a/sat_frontends/quick_frontend/quick_chat.py Sun Apr 07 20:57:13 2019 +0200 +++ b/sat_frontends/quick_frontend/quick_chat.py Sun Apr 07 20:58:15 2019 +0200 @@ -662,7 +662,7 @@ unicode(target), size, True, - filters, + {k: unicode(v) for k,v in filters.iteritems()}, profile, callback=_historyGetCb, errback=_historyGetEb,