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 storing outgoing messages #144

Merged
merged 1 commit into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. Fix storing outgoing messages

    Commit c5f23d4 broke storing outgoing messages by not setting the
    message thread and instead calculating it from the message, which can
    not differentiate between incoming and outgoing messages. This sets the
    thread for outgoing messages like done before.
    
    This commit also stores call messages as I think these should also be
    shown in the chat-history and should therefore be stored. This is
    debatable though as I have no idea how Signal is handling that.
    Schmiddiii committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3abf386 View commit details
    Browse the repository at this point in the history