From 3a46d396f66d724f6adca1f4edb280d4695d88b1 Mon Sep 17 00:00:00 2001 From: veryCrunchy Date: Sun, 6 Sep 2026 06:07:06 +0200 Subject: [PATCH] docs(changelog): record media route ownership --- changes/unreleased/media-route-account-ownership.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/unreleased/media-route-account-ownership.md diff --git a/changes/unreleased/media-route-account-ownership.md b/changes/unreleased/media-route-account-ownership.md new file mode 100644 index 000000000..d61daa1fe --- /dev/null +++ b/changes/unreleased/media-route-account-ownership.md @@ -0,0 +1,7 @@ +category: fix +issue: 172 +pull: none +platforms: android, desktop +user-facing: yes + +Media viewer routes now stay bound to the account and account incarnation that created them, preventing stale media from opening after an account is removed or replaced.