We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8fa71 commit 378c77cCopy full SHA for 378c77c
1 file changed
ts/appTemplates/Contact.ts
@@ -591,6 +591,9 @@ export class Contact {
591
acceptedAt: matchingAccept?.acceptedAt ?? null
592
};
593
contact.cmcRelationships.push(rel);
594
+ // Also populate the legacy accessObjects slot so existing event-filtering
595
+ // helpers (initStreamCache + eventIsAccessible) work without further glue.
596
+ contact.addAccessObject(access);
597
}
598
599
return Array.from(byCounterparty.values());
0 commit comments