Commit fa2ee0b
ws039: extend sidebar probe with row preview + unread state
ws038 confirmed the sidebar row exposes NO conversation/talk id (only name + btm
tracking ids), and the display name 'sc' is NOT in the WS stream — so there is no
shared id to map a nameless WS card to its DOM row. The only mis-delivery-safe
bridge is content-anchored (match the row by what the card looks like).
Extend dumpRowIds() to also capture _preview (readRowPreview) and _unread, so the
next run shows exactly what a card-only conversation's sidebar preview says (e.g.
"[商品]") and whether it's flagged unread. Those become the correlators for the
content-matched delivery fix. Still diagnostic-only, still fires only on the
name-match-miss path.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c2b70af commit fa2ee0b
1 file changed
Lines changed: 10 additions & 4 deletions
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4504 | 4504 | | |
4505 | 4505 | | |
4506 | 4506 | | |
4507 | | - | |
4508 | | - | |
4509 | | - | |
4510 | | - | |
| 4507 | + | |
| 4508 | + | |
| 4509 | + | |
| 4510 | + | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
| 4515 | + | |
| 4516 | + | |
4511 | 4517 | | |
4512 | 4518 | | |
4513 | 4519 | | |
| |||
0 commit comments