mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 10:03:26 -05:00
This patch fixes `EventFactory::create` where the `m.room.create` wasn't created as a state-event (the `state_key` field was missing). Also, it uses the `creator_user_id` in the `sender` field if no sender was given.