-
Notifications
You must be signed in to change notification settings - Fork 5
fix(accounts): bind media routes to account incarnation #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When credentials for an existing AGENTS.md reference: AGENTS.md:L106-L108 Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the account-removal case that is implemented, preventing private media retained from a removed account from reopening is a user-facing confidentiality fix. The fragment rules in
changes/README.mdexplicitly reservesecurityfor user-facing confidentiality fixes, but this metadata causes the generated changelog and release notes to place the change under ordinary Fixes instead of Security; setcategory: securityso the release record discloses the boundary correctly.AGENTS.md reference: AGENTS.md:L109-L111
Useful? React with 👍 / 👎.