Changeset 72ec6a4 in Klonkt for src/middleware/render.js
- Timestamp:
- 07/31/2026 06:55:59 PM (6 weeks ago)
- Branches:
- main
- Children:
- 17546af
- Parents:
- bfa6fa1
- File:
-
- 1 edited
-
src/middleware/render.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/middleware/render.js
rbfa6fa1 r72ec6a4 200 200 canManageFedi, 201 201 apEnabled: apEnabled(), 202 // Cirkel = the artists you feature (auto-boost) . Shown when AP is on and you203 // auto-boost ≥1 account, or (legacy) on a circle-tenancy site.202 // Cirkel = the artists you feature (auto-boost): shown when AP is on and 203 // you auto-boost at least one account. 204 204 hasCirkel: !!(_site && apEnabled() && (ActivityPubService.autoBoostCount(_site.slug) > 0 || ActivityPubService.boostedCount(_site.slug) > 0)), 205 205 isViewer: _isViewer, … … 213 213 audioTracks: data.audioTracks || res.locals.audioTracks || [], 214 214 siteUrlBase: res.locals.siteUrlBase || '', 215 tenancy: res.locals.tenancy || 'solo',216 hubTitle: getSetting('hub_title') || '',217 215 footerNewsletter: getSetting('footer_newsletter') === '1', // newsletter sign-up in footer (premium) 218 216 agendaEnabled: getSetting('agenda_enabled') === '1', // show agenda/events in the pill (premium, opt-in)
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)