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 wrong handling of encrypted rooms when loading them from sync accumulator #3640

Merged
merged 5 commits into from
Aug 2, 2023

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Jul 31, 2023

The sync loop calculates unread counts before inserting state & timeline events to MatrixClient::isRoomEncrypted may be wrongly false.

Fixes element-hq/element-web#25803


Here's what your changelog entry will look like:

🐛 Bug Fixes

@t3chguy t3chguy added this pull request to the merge queue Aug 2, 2023
Merged via the queue into develop with commit 2172f28 Aug 2, 2023
20 checks passed
@t3chguy t3chguy deleted the t3chguy/fix/25803 branch August 2, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notification count is doubled in e2ee rooms on startup
2 participants