this repo has no description

Use ProcessAtUri function where applicable

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

verified
Changed files
+1 -1
src
+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;