Changeset abbb72a in Klonkt for src/services/guardianship/handshake.js
- Timestamp:
- 08/11/2026 04:20:01 PM (4 weeks ago)
- Branches:
- main
- Children:
- 26b1848
- Parents:
- 8b83cba
- File:
-
- 1 edited
-
src/services/guardianship/handshake.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/services/guardianship/handshake.js
r8b83cba rabbb72a 87 87 } 88 88 89 /** The existing guardians of a ward: local list, or the remote actor's shaer:guardians. */ 90 async function existingGuardiansOf(wardUri) { 89 /** 90 * The existing guardians of a ward: local list, or the remote actor's 91 * shaer:guardians. 92 * 93 * Geexporteerd sinds shaer-lgo: de markeerroute had zijn EIGEN afleiding, en 94 * die was fout voor precies het geval dat telt (zie routes/guardian.js). 95 */ 96 export async function existingGuardiansOf(wardUri) { 91 97 const local = deps.localSlug(wardUri); 92 98 if (local) return relations.listGuardians(local).map((r) => r.other_uri); … … 627 633 } 628 634 629 export default { wireHandshake, handleOutbox, handleInbox, parseRelationship, parseUndoRelationship, endGuardianship, retryDeferred };635 export default { wireHandshake, handleOutbox, handleInbox, parseRelationship, parseUndoRelationship, endGuardianship, retryDeferred, existingGuardiansOf };
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)