Closed
Bug 2016874
Opened 6 months ago
Closed 5 months ago
Re-seed security layer's session ledger when reopening conversations from history
Categories
(Core :: Machine Learning: General, task)
Core
Machine Learning: General
Tracking
()
RESOLVED
FIXED
People
(Reporter: rconcepcion, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
The SessionLedger is ephemeral and in-memory. When a user reopens a conversation from chat history, the ledger starts empty, so links in historical messages are unclickable (fail-closed).
To restore link clickability in reopened conversations, we need to:
- Persist @mention URL associations with the conversation (e.g., in the conversation DB record)
- Re-seed the
SessionLedgerwhen a conversation is loaded from history
This is related to D280039.
Acceptance Criteria:
- Links in reopened historical conversations that were previously trusted via @mention are clickable
Updated•6 months ago
|
Comment 1•5 months ago
|
||
Fixed in Bug 2023001
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•