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: Avoid duplicated current client in Database #14868

Merged
merged 3 commits into from Mar 21, 2023
Merged

Conversation

atomrc
Copy link
Contributor

@atomrc atomrc commented Mar 21, 2023

See wireapp/wire-web-packages#4992

This will avoid having an entry for the current client in the database when we load the application.
This could cause the webapp to try to send an encrypted message to this particular device (which could cause a session not to be found)

Copy link
Contributor

@V-Gira V-Gira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just gonna leave this here:
Also moves the ReactionType Enum from webpackages to the webapp

@atomrc atomrc merged commit 3712e67 into dev Mar 21, 2023
10 checks passed
@atomrc atomrc deleted the fix/wrong-sessions branch March 21, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants