Changeset 5045c30 in Klonkt for src/middleware/render.js
- Timestamp:
- 06/26/2026 12:00:18 PM (2 months ago)
- Branches:
- main
- Children:
- 3384e95
- Parents:
- 484adf8
- File:
-
- 1 edited
-
src/middleware/render.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/middleware/render.js
r484adf8 r5045c30 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),127 hasCirkel: !!(_site && apEnabled() && (ActivityPubService.autoBoostCount(_site.slug) > 0 || ActivityPubService.boostedCount(_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)