fix: don't update session timestamp for metadata-only changes (resolves #9494) (#9495)

This commit is contained in:
Ariane Emory
2026-01-20 21:38:54 -05:00
committed by GitHub
parent 3723e1b8d2
commit cbe20d22d3
3 changed files with 8 additions and 6 deletions

View File

@@ -1816,6 +1816,6 @@ NOTE: At any point in time through this workflow you should feel free to ask the
const title = cleaned.length > 100 ? cleaned.substring(0, 97) + "..." : cleaned
draft.title = title
})
}, { touch: false })
}
}