# HG changeset patch # User Goffi # Date 1627572482 -7200 # Node ID 1269c2d788be4bbd84f6a4c93f8c8ada28b202fb # Parent ed037c98df37ea40a237d4ff80d45a8e80eda5f5 plugin XEP-0060: fix notification handling in `retractItems` diff -r ed037c98df37 -r 1269c2d788be sat/plugins/plugin_xep_0060.py --- a/sat/plugins/plugin_xep_0060.py Thu Jul 29 17:26:59 2021 +0200 +++ b/sat/plugins/plugin_xep_0060.py Thu Jul 29 17:28:02 2021 +0200 @@ -1069,7 +1069,7 @@ notify=True, ): return client.pubsub_client.retractItems( - service, nodeIdentifier, itemIdentifiers, notify=True + service, nodeIdentifier, itemIdentifiers, notify=notify ) def _renameItem(