Released on August 26, 2026.
-
Fixed boosts of poll posts copying the original post's poll reference. Existing boost rows are repaired, and the missing
posts.poll_idunique constraint is now created. This prevents poll notifications from being attributed to the boosting account and gives expired-poll queries the index they need. [#593] -
Fixed Docker image builds failing during
pnpm install --frozen-lockfile. Docker images now install the project-pinned pnpm version through mise instead of using Alpine Linux's floating pnpm package.