Changeset 67c1f24 in Klonkt for src/config
- Timestamp:
- 07/17/2026 12:38:54 AM (8 weeks ago)
- Branches:
- main
- Children:
- 92a2c46
- Parents:
- 3778ddb
- git-author:
- Robin <roboburr@…> (07/17/2026 12:38:34 AM)
- git-committer:
- Robin <roboburr@…> (07/17/2026 12:38:54 AM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r3778ddb r67c1f24 272 272 ); 273 273 CREATE INDEX IF NOT EXISTS idx_ap_inter_post ON ap_interactions(post_id, kind); 274 -- Moderation tombstones: object URIs the site owner removed. Checked at ingest 275 -- (handleInbox) AND by the thread-crawler, so a removed reply never comes back 276 -- via thread-filling. Private notes can't be flagged via authorize_interaction 277 -- (their fetch 401s), so owner moderation acts on the locally stored copy. 278 CREATE TABLE IF NOT EXISTS ap_rejected_objects ( 279 object_uri TEXT PRIMARY KEY, 280 post_id TEXT, 281 reason TEXT, 282 created_at DATETIME DEFAULT CURRENT_TIMESTAMP 283 ); 274 284 CREATE TABLE IF NOT EXISTS ap_outbox ( 275 285 id TEXT PRIMARY KEY, -- note path segment (uuid) → /ap/notes/<id>
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)