+1
-1
src/lib/pdsfetch.ts
+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;