From da3cf3d54bd1c12bb7ba787234dd830d36c8e400 Mon Sep 17 00:00:00 2001 From: ganfra Date: Mon, 13 Apr 2026 15:29:43 +0200 Subject: [PATCH] doc: update changelog --- crates/matrix-sdk-ui/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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.