# HG changeset patch # User Goffi # Date 1627933937 -7200 # Node ID 766729ac41461e6961a791175807c12c460c5174 # Parent 59d6d4afebf2f2ca47894c4da4a3b8a33d4160a0 plugin XEP-0059: don't show warning message when is missing if there is not message diff -r 59d6d4afebf2 -r 766729ac4146 sat/plugins/plugin_xep_0059.py --- a/sat/plugins/plugin_xep_0059.py Mon Aug 02 21:51:55 2021 +0200 +++ b/sat/plugins/plugin_xep_0059.py Mon Aug 02 21:52:17 2021 +0200 @@ -138,7 +138,8 @@ ) if rsm_response.last is None: - log.warning("Can't do pagination, no \"last\" received") + if rsm_response.count: + log.warning("Can't do pagination, no \"last\" received") return None return rsm.RSMRequest(