Changeset fc40410 in Klonkt for src/config/database.js
- Timestamp:
- 07/28/2026 07:43:47 AM (6 weeks ago)
- Branches:
- main
- Children:
- b258a79
- Parents:
- 6bc2e31b
- File:
-
- 1 edited
-
src/config/database.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r6bc2e31b rfc40410 132 132 ensureColumn('sites', 'show_search', 'INTEGER DEFAULT 1'); 133 133 ensureColumn('sites', 'show_archive_link', 'INTEGER DEFAULT 1'); 134 ensureColumn('sites', 'og_theme', 'TEXT'); // OG share-card variant: NULL=auto (follow site theme) | 'light' | 'dark' 134 // Gated feature (FEP-633c): may external (non-fediverse) embeds be shown to 135 // this account? NULL = auto, which means OFF for a ward and ON for anyone 136 // else. The guardians flip it; the gate itself lives server-side, so a ward 137 // never even receives the thumbnail it is not allowed to see. 138 ensureColumn('sites', 'external_embeds', 'INTEGER'); 139 ensureColumn('sites', 'og_theme', 'TEXT'); // OG share-card variant: NULL=auto (follow site theme) | 'light' | 'dark' 135 140 136 141 // Per-post noindex + type … … 550 555 ensureColumn('ap_timeline', 'link_json', 'TEXT'); // FEP-e232 object-link (quote/ref) tags from the inbound note, served back as `tag` 551 556 ensureColumn('ap_timeline', 'quote_json', 'TEXT'); // FEP-044f resolved quoted-post snapshot (author + content), for the embedded quote card 557 ensureColumn('ap_timeline', 'embed_json', 'TEXT'); // resolved EXTERNAL embed (oEmbed/provider), thumbnail-only; gated per site (sites.external_embeds) 552 558 ensureColumn('ap_timeline', 'author_emoji_json', 'TEXT'); // FEP-9098 custom emojis in the author's display name (shaer:author.emojis) 553 559 ensureColumn('ap_timeline', 'reblog_emoji_json', 'TEXT'); // FEP-9098 custom emojis in the booster's display name (shaer:booster.emojis)
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)