Changeset 8ef8c3e in Klonkt for src/middleware
- Timestamp:
- 06/26/2026 09:20:12 AM (2 months ago)
- Branches:
- main
- Children:
- 429d3b0
- Parents:
- 46f3dd6
- File:
-
- 1 edited
-
src/middleware/render.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/middleware/render.js
r46f3dd6 r8ef8c3e 125 125 // Cirkel = the artists you feature (auto-boost). Shown when AP is on and you 126 126 // auto-boost ≥1 account, or (legacy) on a circle-tenancy site. 127 hasCirkel: !!(_site && ((apEnabled() && ActivityPubService.autoBoostCount(_site.slug) > 0) || (res.locals.tenancy || 'solo') === 'circle')),127 hasCirkel: !!(_site && apEnabled() && ActivityPubService.autoBoostCount(_site.slug) > 0), 128 128 isViewer: _isViewer, 129 129 canMutate: !_isViewer,
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)