# HG changeset patch # User Goffi # Date 1574112853 -3600 # Node ID 95c94d94872d7af64e02f71c301f8e78322c9f67 # Parent ab8be8f1c92d0fed416c44a74b3132055c07c607 quick frontend(chat): store filters used with initial historyGet diff -r ab8be8f1c92d -r 95c94d94872d sat_frontends/quick_frontend/quick_chat.py --- a/sat_frontends/quick_frontend/quick_chat.py Mon Nov 18 22:34:13 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_chat.py Mon Nov 18 22:34:13 2019 +0100 @@ -617,6 +617,8 @@ # FIXME: info not handled correctly filters["types"] = C.MESS_TYPE_GROUPCHAT + self.history_filters = filters + def _historyGetCb(history): # day_format = "%A, %d %b %Y" # to display the day change # previous_day = datetime.now().strftime(day_format)