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

Conversation

Schmiddiii
Copy link
Contributor

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.

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.
@gferon gferon merged commit f0fa315 into whisperfish:main Mar 31, 2023
@gferon
Copy link
Collaborator

gferon commented Mar 31, 2023

Thanks a lot for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants