Changeset c3d12a6 in Klonkt for src/routes/posts.js
- Timestamp:
- 07/21/2026 02:07:18 AM (7 weeks ago)
- Branches:
- main
- Children:
- 9019a3e
- Parents:
- 603d246
- git-author:
- Robin <roboburr@…> (07/21/2026 02:07:07 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 02:07:18 AM)
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r603d246 rc3d12a6 21 21 import ActivityPubService from '../services/ActivityPubService.js'; 22 22 import { premiumUnlocked } from '../services/PatreonService.js'; 23 import { defaultMinCents as paidDefaultMinCents } from '../services/PaidPatreonService.js';23 import { defaultMinCents as paidDefaultMinCents, patreonUrl as paidPatronUrl } from '../services/PaidPatreonService.js'; 24 24 import MusicMeta from '../services/MusicMeta.js'; 25 25 … … 1247 1247 pgCents: post.paid_min_cents || paidDefaultMinCents(site.id), 1248 1248 pgSlug: post.slug, 1249 pgPatronUrl: paidPatronUrl(site.id), 1249 1250 newerPost, 1250 1251 olderPost,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)