Changeset 8f2f97c in Klonkt for src/config/database.js
- Timestamp:
- 06/23/2026 02:24:46 PM (3 months ago)
- Branches:
- main
- Children:
- cb01666
- Parents:
- 24cdcc6
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r24cdcc6 r8f2f97c 47 47 // Site-level moderation toggle. 'trust' = auto-approve, 'moderate' = pending until reviewed. 48 48 ensureColumn('sites', 'comments_moderation_mode', "TEXT DEFAULT 'moderate'"); 49 // Per-site Prutter toggle: when off, DM endpoints/UI are hidden for that site.50 ensureColumn('sites', 'enable_prutter', 'INTEGER DEFAULT 1');51 49 // Cirkels: mag deze site in cirkels van anderen verschijnen (surfacing opt-out). 52 50 ensureColumn('sites', 'allow_circle', 'INTEGER DEFAULT 1');
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)