Skip to content
Snippets Groups Projects
Commit db348771 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

MAM: Up the requested page size

parent 5e6320d2
No related branches found
No related tags found
No related merge requests found
...@@ -497,7 +497,7 @@ class MAM: ...@@ -497,7 +497,7 @@ class MAM:
None, query_id=query_id)) None, query_id=query_id))
def _get_archive_query(self, query_id, jid=None, start=None, end=None, 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? # Muc archive query?
namespace = muc_caps_cache.get_mam_namespace(jid) namespace = muc_caps_cache.get_mam_namespace(jid)
if namespace is None: if namespace is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment