Commit 1a06fbe
committed
fix: remove unintentional deleted_at filter from getThreadCheckpointContextThreadRow
The new targeted query added AND threads.deleted_at IS NULL, but the
original code path returned all threads regardless of deletion status.
This caused checkpoint diff requests for soft-deleted threads to fail
with a CheckpointInvariantError instead of returning diff data.1 parent 0e0bad4 commit 1a06fbe
File tree
1 file changed
+0
-1
lines changed- apps/server/src/orchestration/Layers
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | 410 | | |
412 | 411 | | |
413 | 412 | | |
| |||
0 commit comments