Changeset 73045f9 in Klonkt
- Timestamp:
- 06/26/2026 01:29:02 PM (2 months ago)
- Branches:
- main
- Children:
- a6e6f63
- Parents:
- fda08c2
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
rfda08c2 r73045f9 624 624 }); 625 625 626 // Toggle auto-boost ("feature this artist") on an account you alreadyfollow.626 // Toggle "Featured" (show this account's posts in your Cirkel) on an account you follow. 627 627 router.post('/tijdlijn/autoboost', requireSiteManager, (req, res) => { 628 628 const site = res.locals.site; 629 629 const actorUri = (req.body.actor_uri || '').toString(); 630 630 if (site && actorUri) ActivityPubService.setAutoBoost(site.slug, actorUri, !!req.body.auto_boost); 631 res.redirect('/volgend?success=' + encodeURIComponent(req.body.auto_boost ? ' Auto-boost aan 🔁' : 'Auto-boost uit'));631 res.redirect('/volgend?success=' + encodeURIComponent(req.body.auto_boost ? 'Uitgelicht ✨' : 'Niet meer uitgelicht')); 632 632 }); 633 633
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)