[omemo] Dont set additional thread node

This commit is contained in:
Philipp Hörist
2019-01-05 22:33:31 +01:00
parent dc4a9596da
commit d235ac68f8

View File

@@ -616,7 +616,6 @@ class OMEMO:
to=obj.msg_iq.getTo(),
typ=obj.msg_iq.getType())
stanza.setID(obj.stanza_id)
stanza.setThread(obj.msg_iq.getThread())
for tag, ns in ALLOWED_TAGS:
node = obj.msg_iq.getTag(tag, namespace=ns)
if node: