Index: src/middleware/render.js
===================================================================
--- src/middleware/render.js	(revision 02021042f8346f4cca62228062484c41e0df8bcd)
+++ src/middleware/render.js	(revision 17546afbe88ae2f5e44da391ca5d632030be956e)
@@ -200,6 +200,6 @@
     canManageFedi,
     apEnabled: apEnabled(),
-    // Cirkel = the artists you feature (auto-boost). Shown when AP is on and you
-    // auto-boost ≥1 account, or (legacy) on a circle-tenancy site.
+    // Cirkel = the artists you feature (auto-boost): shown when AP is on and
+    // you auto-boost at least one account.
     hasCirkel: !!(_site && apEnabled() && (ActivityPubService.autoBoostCount(_site.slug) > 0 || ActivityPubService.boostedCount(_site.slug) > 0)),
     isViewer: _isViewer,
@@ -213,6 +213,4 @@
     audioTracks: data.audioTracks || res.locals.audioTracks || [],
     siteUrlBase: res.locals.siteUrlBase || '',
-    tenancy: res.locals.tenancy || 'solo',
-    hubTitle: getSetting('hub_title') || '',
     footerNewsletter: getSetting('footer_newsletter') === '1', // newsletter sign-up in footer (premium)
     agendaEnabled: getSetting('agenda_enabled') === '1', // show agenda/events in the pill (premium, opt-in)
