Changeset 283f618 in Klonkt for src/services/SettingsService.js
- Timestamp:
- 06/26/2026 07:26:26 AM (2 months ago)
- Branches:
- main
- Children:
- f278df9
- Parents:
- eb2fe08
- File:
-
- 1 edited
-
src/services/SettingsService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/SettingsService.js
reb2fe08 r283f618 49 49 setSetting('tenancy', m); 50 50 } 51 52 // ActivityPub / fediverse federation. ON by default. '0' = off: the site does 53 // not federate, /ap/* is gone, and the "from the fediverse" reactions disappear 54 // — which (since native comments were removed) means no comments at all. 55 export function apEnabled() { 56 return getSetting('ap_enabled', '1') !== '0'; 57 }
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)