diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index 2b4833ff1..b9696d507 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Keep stopped `beacon_info` live location sessions visible in + `Room::latest_event()`, so room summaries still show the last live location + sharing session after it ends. + ([#6437](https://github.com/matrix-org/matrix-rust-sdk/pull/6437)) - Don't show a "sent in clear" shield on live location timeline items in encrypted rooms, since `beacon_info` is a state event that cannot be encrypted by design.