summaryrefslogtreecommitdiff
path: root/poezio/fixes.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/fixes.py')
-rw-r--r--poezio/fixes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/fixes.py b/poezio/fixes.py
index 8259f5db..1eadac12 100644
--- a/poezio/fixes.py
+++ b/poezio/fixes.py
@@ -79,7 +79,7 @@ def _filter_add_receipt_request(self, stanza):
if stanza['request_receipt']:
return stanza
- if not stanza['type'] in self.ack_types:
+ if stanza['type'] not in self.ack_types:
return stanza
if stanza['receipt']: