Timestamp:
07/21/2026 01:38:37 AM (7 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
e685f55
Parents:
6cbd014
git-author:
Robin <roboburr@…> (07/21/2026 01:38:23 AM)
git-committer:
Robin <roboburr@…> (07/21/2026 01:38:37 AM)
Message:

Fix: paid gate wins from the fan gate (no more login page on paid posts)

A post that is both fan_only and paid sent anonymous visitors to the
fan login gate, because the fan gate was checked first. They never saw
the unlock button. A paid post unlocks with a passkey, not with a
Klonkt-login, so the paid gate now runs first; the fan gate stays as-is
for posts that are only fan_only.

Changed files:
src/routes/posts.js

  • paid-gate block moved above the fan-gate block, comment explains the order

-robo
Co-Authored-By: Claude Opus 4.8 <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.