diff sat/plugins/plugin_xep_0060.py @ 3591:d830c11eeef3

plugin XEP-0277: ignore `max_items` if `rsm_request` is set
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 21:28:48 +0200
parents 1269c2d788be
children 5d108ce026d7
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0060.py	Thu Jul 29 17:28:02 2021 +0200
+++ b/sat/plugins/plugin_xep_0060.py	Thu Jul 29 21:28:48 2021 +0200
@@ -640,7 +640,7 @@
             client,
             service,
             node or None,
-            max_items or None,
+            max_items,
             item_ids,
             sub_id or None,
             extra.rsm_request,