Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty sync messages being sent (#346)
and always make sure we send sync messages unidentified as Signal-Android does. This happened when giving `send_message` a `SyncMessage` to one self. In that case, the message would not be sent and instead `create_multi_device_sent_transcript_content` would create a new sync message, which is empty as the `SyncMessage` is neither a `DataMessage` nor an `EditMessage`. This PR changes the condition to ignore sync messages. Co-authored-by: Gabriel Féron <[email protected]>
- Loading branch information