mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 16:04:13 -04:00
To fix the `test_room_avatar_group_conversation`, we need to ask for the `m.room.avatar` state event from `required_state`. The rest of the patch rewrites the test a little bit to make it more Rust idiomatic. The `response.rooms.*.avatar` field from sliding sync should contain the new avatar, but for the moment, it doesn't. It seems to be a bug.