alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix repository collection reference
author
Wesley Finck
date
5 months ago
(Feb 19, 2026, 5:10 PM -0800)
commit
b3245834
b324583476d9913cc0bef9e7400f9ae275451960
parent
a0e74ffd
a0e74ffda6f7e1887aa25e22c2951d0d1c93bf7e
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
modules
notifications
application
sagas
CardNotificationSaga.ts
+3
-1
src/modules/notifications/application/sagas/CardNotificationSaga.ts
View file
Reviewed
···
447
447
}
448
448
449
449
// Build AT URI: at://{did}/network.cosmik.local.collection/{rkey}
450
450
-
const atUri = `at://${collectionAuthorDid.value}/network.cosmik.local.collection/${parsedUrl.rkey}`;
450
450
+
const atprotoCollection =
451
451
+
this.configService.getAtProtoCollections().collection;
452
452
+
const atUri = `at://${collectionAuthorDid.value}/${atprotoCollection}/${parsedUrl.rkey}`;
451
453
452
454
// Resolve AT URI to get CollectionId
453
455
const collectionIdResult =