Changeset 5045c30 in Klonkt for src/routes/circle.js
- Timestamp:
- 06/26/2026 12:00:18 PM (2 months ago)
- Branches:
- main
- Children:
- 3384e95
- Parents:
- 484adf8
- File:
-
- 1 edited
-
src/routes/circle.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/circle.js
r484adf8 r5045c30 29 29 router.get('/cirkel', (req, res, next) => { 30 30 const site = res.locals.site; 31 if (!site || !apEnabled() || ActivityPubService.autoBoostCount(site.slug) === 0) return next();31 if (!site || !apEnabled() || (ActivityPubService.autoBoostCount(site.slug) === 0 && ActivityPubService.boostedCount(site.slug) === 0)) return next(); 32 32 33 33 const posts = ActivityPubService.getCirkelPosts(site.slug, 80).map((r) => {
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)