Philipp Hörist pushed to branch master at gajim / gajim

Commits:
acf79ffe by Philipp Hörist at 2018-09-30T08:01:42Z
MAM: Up the requested page size

- - - - -


1 changed file:

- gajim/common/modules/mam.py


Changes:

=====================================
gajim/common/modules/mam.py
=====================================
@@ -497,7 +497,7 @@ class MAM:
                 None, query_id=query_id))
 
     def _get_archive_query(self, query_id, jid=None, start=None, end=None,
-                           with_=None, after=None, max_=30):
+                           with_=None, after=None, max_=70):
         # Muc archive query?
         namespace = muc_caps_cache.get_mam_namespace(jid)
         if namespace is None:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/acf79ffe8a36b3fccd519ab149bfa3fd35d8c479

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/acf79ffe8a36b3fccd519ab149bfa3fd35d8c479
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to