this repo has no description

Use ProcessAtUri function where applicable

ari.express 9fe004f4 412e18f6

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;