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

sync: Avoid crash on invalid state events #3124

Closed
wants to merge 2 commits into from
Closed

Commits on Feb 20, 2024

  1. sync: Avoid crash on invalid state events

    The problem was in matrix_sdk_sqlite::state_store::SqliteStateStore save_changes, which saved the RoomInfo to the disk by serializing it.
    Now the events are serialized as Raws using a separate struct.
    timokoesters committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3498433 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    17c4201 View commit details
    Browse the repository at this point in the history