From d7729e86830943bb20796d17a3e48431cf7a26bd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Aug 2019 00:15:34 +0530 Subject: Removed assigning 'reverse' value to the 'before' tag (It's value is set in xep_0313 (mam.py file) and if not then by default it is takes as 'None'). --- slixmpp/plugins/xep_0059/rsm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'slixmpp') diff --git a/slixmpp/plugins/xep_0059/rsm.py b/slixmpp/plugins/xep_0059/rsm.py index 0729c966..00241cbb 100644 --- a/slixmpp/plugins/xep_0059/rsm.py +++ b/slixmpp/plugins/xep_0059/rsm.py @@ -79,7 +79,6 @@ class ResultIterator: """ if self._stop: raise StopAsyncIteration - self.query[self.interface]['rsm']['before'] = self.reverse self.query['id'] = self.query.stream.new_id() self.query[self.interface]['rsm']['max'] = str(self.amount) -- cgit v1.2.3