this repo has no description
16
fork

Configure Feed

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

Use ProcessAtUri function where applicable

authored by ari.express and committed by astrra.space 1e04628f cb4189ee

verified
+1 -1
+1 -1
src/lib/pdsfetch.ts
··· 48 48 account: AccountMetadata, 49 49 ) { 50 50 this.postCid = record.cid; 51 - this.recordName = record.uri.split("/").slice(-1)[0]; 51 + this.recordName = processAtUri(record.uri).rkey; 52 52 this.authorDid = account.did; 53 53 this.authorAvatarCid = account.avatarCid; 54 54 this.authorHandle = account.handle;