Changeset fa33214 in Klonkt for src/services/guardianship/queues.js
- Timestamp:
- 08/04/2026 12:55:55 PM (5 weeks ago)
- Branches:
- main
- Children:
- 04aca12, 12bed59
- Parents:
- 3d882bd
- File:
-
- 1 edited
-
src/services/guardianship/queues.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/services/guardianship/queues.js
r3d882bd rfa33214 12 12 import * as relations from './relations.js'; 13 13 import * as availability from './availability.js'; 14 import * as outgoing from './outgoing.js'; 14 15 import * as handshake from './handshake.js'; 15 16 … … 39 40 } 40 41 42 /** §5.3 outbound: this ward's own follow requests, waiting for its guardians. */ 43 export function outgoingFollowsCollection(id, slug, me) { 44 return collection(id, outgoing.listForWard(slug).map((o) => outgoing.queueItem(o, me))); 45 } 46 41 47 /** The guardian's committed wards, with cached handle for display. */ 42 48 export function wardsCollection(id, slug) { … … 53 59 } 54 60 55 export default { offersCollection, followsCollection, wardsCollection, guardiansCollection };61 export default { offersCollection, followsCollection, outgoingFollowsCollection, wardsCollection, guardiansCollection };
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)