Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information