Changeset 3778ddb in Klonkt for src/config
- Timestamp:
- 07/17/2026 12:20:48 AM (8 weeks ago)
- Branches:
- main
- Children:
- 67c1f24
- Parents:
- 9dbb175
- git-author:
- Robin <roboburr@…> (07/17/2026 12:20:29 AM)
- git-committer:
- Robin <roboburr@…> (07/17/2026 12:20:48 AM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r9dbb175 r3778ddb 392 392 // re-rendering. NULL on old posts → the render route bakes on the fly as a fallback. 393 393 ensureColumn('posts', 'content_rendered', 'TEXT'); 394 395 // AP addressing of an incoming interaction: 'public' | 'unlisted' | 'followers' | 'direct', 396 // derived from the note's to/cc at ingest. The public post page only renders public/unlisted 397 // replies; followers/direct replies surface in notifications (and later Messages) with post 398 // context instead. Existing rows default to 'public' (historically almost all were). 399 ensureColumn('ap_interactions', 'visibility', "TEXT DEFAULT 'public'"); 394 400 } 395 401
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)