mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
Initial state events aren't actually received through sync, they're sent from the client to the server when creating a room. This change makes it impossible to register event handlers for initial state events. Previously, this was allowed, but the event handler was never called.