v1.19.0
Editing a comment now shows the original text instead of a blank box.
feat
- New
GET /api/v1/comments/:id/sourceendpoint returns a comment's raw markdown to its author, gated exactly like the edit PATCH (author-only, within the edit window).
fix
- The widget's edit form prefills with the original markdown instead of opening empty, so authors no longer retype from scratch. Save stays disabled until the source loads.
Notes
- No new env vars — reuses the existing
EDIT_WINDOW_MINUTES. - No database migration. No breaking changes;
npm run upgradeis a straight pull.
Full changelog: v1.18.0...v1.19.0