Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty sync messages being sent #346

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Fix empty sync messages being sent

    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.
    Schmiddiii committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e9f928a View commit details
    Browse the repository at this point in the history
  2. Add comment

    gferon authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8ab01b0 View commit details
    Browse the repository at this point in the history