Changeset e9ec5e4 in Klonkt for src/config/database.js
- Timestamp:
- 08/13/2026 06:16:49 PM (4 weeks ago)
- Branches:
- main
- Children:
- fbda20e
- Parents:
- 096f099
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r096f099 re9ec5e4 737 737 CREATE INDEX IF NOT EXISTS idx_ap_reports_slug ON ap_reports(slug, created_at); 738 738 `); 739 // "Feature" a followed account: its posts show in the local Cirkel. 739 // "Feature" a followed account: its posts show in the local Cirkel. Heet in de 740 // UI "Uitgelicht" / "Featured" (tl.autoboost), en zo heet de kolom ook in 741 // following.csv. Niet te verwarren met `featured` op de ACTOR: dat is de 742 // collectie vastgezette POSTS (toot:featured), iets heel anders. 740 743 ensureColumn('ap_following', 'auto_boost', 'INTEGER DEFAULT 0'); 741 // Uitgelicht: dit account tonen op je eigen profiel, als aanbeveling aan je742 // bezoekers. NIET hetzelfde als de twee buren: `featured` op de actor is de743 // collectie VASTGEZETTE POSTS (toot:featured), en `auto_boost` hierboven laat744 // hun posts in JOUW Cirkel meelopen. Dit gaat over wie je aan ANDEREN laat745 // zien. Vandaar een eigen naam; drie dingen die "featured" heten is er twee746 // te veel. Lokale vlag: FEP-d471 (Endorsements) modelleert dit als een eigen747 // object voor webs of trust, en dat is een zwaarder ding dan hier bedoeld.748 ensureColumn('ap_following', 'highlighted', 'INTEGER DEFAULT 0');749 744 // A timeline post you boosted (🔁) — also shown in the Cirkel (mixed by date). 750 745 ensureColumn('ap_timeline', 'boosted', 'INTEGER DEFAULT 0');
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)