Merge branch 'muc-reflections' into 'master'

[ci skip] Add TODOs re #3314

See merge request poezio/poezio!84
This commit is contained in:
Maxime Buquet 2020-04-22 18:42:41 +02:00
commit 42968c07d3
2 changed files with 10 additions and 0 deletions

View file

@ -736,6 +736,15 @@ class HandlerCore:
tmp_dir = get_image_cache()
body = xhtml.get_body_from_message_stanza(
message, use_xhtml=use_xhtml, extract_images_to=tmp_dir)
# TODO: #3314. Is this a MUC reflection?
# Is this an encrypted message? Is so ignore.
# It is not possible in the OMEMO case to decrypt these messages
# since we don't encrypt for our own device (something something
# forward secrecy), but even for non-FS encryption schemes anyway
# messages shouldn't have changed after a round-trip to the room.
# Otherwire replace the matching message we sent.
if not body:
return

View file

@ -1716,6 +1716,7 @@ class MucTab(ChatTab):
self.text_win.refresh()
self.input.refresh()
return
# TODO: #3314. Display outgoing MUC message.
self.set_last_sent_message(msg, correct=correct)
msg.send()
self.chat_state = needed