Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Fix data_checksums data type

  2. Online enabling and disabling of data checksums

  1. 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
    
  2. 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