Changeset 5e16b8a in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 08/15/2026 07:33:20 AM (4 weeks ago)
- Branches:
- main
- Children:
- e1da6a1
- Parents:
- 732272a
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
r732272a r5e16b8a 1200 1200 // these as the "Featured" tab (pinned to the profile). Posts come ordered by pin 1201 1201 // rank; embedded as full Notes so a remote server doesn't need extra fetches. 1202 export function buildFeatured(base, site, posts ) {1202 export function buildFeatured(base, site, posts, { page = false } = {}) { 1203 1203 const id = `${actorId(base, site.slug)}/featured`; 1204 1204 const items = (posts || []).map((p) => buildNote(base, site, p)); 1205 return pagedCollection(id, items );1205 return pagedCollection(id, items, { page }); 1206 1206 } 1207 1207
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)