mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -04:00
This patch makes `Context` to derive `Default`. The `new` constructor also no longer takes a `RoomInfoNotableUpdates`, since it was always used with a default value, it generates this value by itself.