tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
Use ProcessAtUri function where applicable
ari.express
11 months ago
9fe004f4
412e18f6
verified
This commit was signed with the committer's
known signature
.
ari.express
SSH Key Fingerprint:
SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
pdsfetch.ts
+1
-1
src/lib/pdsfetch.ts
···
48
48
account: AccountMetadata,
49
49
) {
50
50
this.postCid = record.cid;
51
51
-
this.recordName = record.uri.split("/").slice(-1)[0];
51
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;