Skip to content
Commit c8d64e6c authored by eta's avatar eta
Browse files

Avoid dropping messages with missing ciphertext on the floor

- When messages are lacking in ciphertext (it needs to be reencoded for
  us), WA will send us a message stub (which we don't process, and need
  to).
- This then leads to us getting an empty message content, eating it
  to avoid saying something useless, storing the msgid, and then not
  sending the real message content later!
- This fixes that by checking we're actually sending something before
  storing.
  (It's only a short-term fix really though.)
parent 891b5041
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment