Commit 00241c5
fix: reset LastUpdatedAt on restore so UI shows fresh activity time
Sessions in the poll-then-resume path showed stale "494m ago" in the
sidebar because LastUpdatedAt is only updated by SDK events, which do
not arrive during the polling window (no SDK connection).
Reset LastUpdatedAt to DateTime.Now when marking a session as actively
processing during restore.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1f2de81 commit 00241c5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
674 | 679 | | |
675 | 680 | | |
676 | 681 | | |
| |||
0 commit comments