tangled
alpha
login
or
join now
pds.ls
/
pdsls
398
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
398
fork
atom
overview
issues
1
pulls
pipelines
edit og descriptions
handle.invalid
1 week ago
2b08f2cd
d7a041b1
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-3
1 changed file
expand all
collapse all
unified
split
public
_worker.js
+2
-3
public/_worker.js
···
103
103
const doc = await resolveDidDoc(did).catch(() => null);
104
104
const handle = doc ? handleFromDoc(doc) : null;
105
105
title = `at://${handle ?? did}/${collection}`;
106
106
-
description = `List of ${collection} records for ${handle ?? did}`;
106
106
+
description = `List of ${collection} records from ${handle ?? did}`;
107
107
} else {
108
108
-
description = `View the ${rkey} record in ${collection} from ${did}`;
109
109
-
110
108
const doc = await resolveDidDoc(did).catch(() => null);
111
109
const handle = doc ? handleFromDoc(doc) : null;
110
110
+
description = `View the ${rkey} record in ${collection} from ${handle ?? did}`;
112
111
title = `at://${handle ?? did}/${collection}/${rkey}`;
113
112
}
114
113
} else {