Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/config/database.js

    re9ec5e4 ra117862  
    737737    CREATE INDEX IF NOT EXISTS idx_ap_reports_slug ON ap_reports(slug, created_at);
    738738  `);
    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.
     739  // "Feature" a followed account: its posts show in the local Cirkel.
    743740  ensureColumn('ap_following', 'auto_boost', 'INTEGER DEFAULT 0');
    744741  // A timeline post you boosted (🔁) — also shown in the Cirkel (mixed by date).
Note: See TracChangeset for help on using the changeset viewer.