This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix repository collection reference

+3 -1
+3 -1
src/modules/notifications/application/sagas/CardNotificationSaga.ts
··· 447 447 } 448 448 449 449 // Build AT URI: at://{did}/network.cosmik.local.collection/{rkey} 450 - const atUri = `at://${collectionAuthorDid.value}/network.cosmik.local.collection/${parsedUrl.rkey}`; 450 + const atprotoCollection = 451 + this.configService.getAtProtoCollections().collection; 452 + const atUri = `at://${collectionAuthorDid.value}/${atprotoCollection}/${parsedUrl.rkey}`; 451 453 452 454 // Resolve AT URI to get CollectionId 453 455 const collectionIdResult =