• dev-249 ab18b9e4b5

    Ghost released this 2026-07-26 02:35:46 +03:00 | 1822 commits to dev since this release

    The clock reporting went out with a missing brace, so every definition after
    it parsed as a local function and the file failed at its own namespace. The
    build says it in nine lines of C2601 and one C1075; none of them point at the
    place the brace is missing, which is why it is worth naming here.

    Also spells the time call the way the rest of the tree does, and notes why a
    zero MTProto shift has to read as "no reference": nothing exposes whether the
    shift exists, only what it produced, and erring towards "we do not know" is
    the safe direction for a check that exists to catch not knowing.

    Co-Authored-By: Claude Opus 5 noreply@anthropic.com

    Downloads