Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix data_checksums data type
- b364828f825a 19 (unreleased) landed
-
Online enabling and disabling of data checksums
- f19c0eccae96 19 (unreleased) cited
-
DOCS: Update data_checksums documentation to reflect enum change
Lakshmi N <lakshmin.jhs@gmail.com> — 2026-04-08T06:38:39Z
Hi hackers, Following commit f19c0eccae9680f5785b11cdc58ef571998caec9, the data_checksums configuration parameter type was changed from a boolean to an enum. Attaching a small patch to reflect this change. Regards, Lakshmi
-
Re: DOCS: Update data_checksums documentation to reflect enum change
Daniel Gustafsson <daniel@yesql.se> — 2026-04-08T20:03:28Z
> On 8 Apr 2026, at 09:38, Lakshmi N <lakshmin.jhs@gmail.com> wrote: > Following commit f19c0eccae9680f5785b11cdc58ef571998caec9, the data_checksums configuration parameter type was changed from a boolean to an enum. Attaching a small patch to reflect this change. Thanks for the patch, I added a small change to update the xref to point to the main data checksums section and pushed it. -- Daniel Gustafsson