Bug fixes
- Fixed an issue which would cause metadata about a space child room to be erroneously sent to active connections, even if they weren't in the room. This did not leak any information that the client was not already authorised to see via the
/hierarchy
endpoint. This would appear in Element X as a new room in the room list with a room name and avatar, but no timeline history. Restarting Element X would remove the room. - Fixed an issue where the
avatar
field would be set to the other user even if the room was not a DM room.
What's Changed
- bugfix: ensure metadata about space children doesn't leak to active connections by @kegsay in #392
- Only emit avatars when DM room is set by @kegsay in #394
Full Changelog: v0.99.14...v0.99.15