atmosphere explorer pds.ls
tool typescript atproto

edit og descriptions

handle.invalid 2b08f2cd d7a041b1

verified
+2 -3
+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 - description = `List of ${collection} records for ${handle ?? did}`; 106 + description = `List of ${collection} records from ${handle ?? did}`; 107 107 } else { 108 - description = `View the ${rkey} record in ${collection} from ${did}`; 109 - 110 108 const doc = await resolveDidDoc(did).catch(() => null); 111 109 const handle = doc ? handleFromDoc(doc) : null; 110 + description = `View the ${rkey} record in ${collection} from ${handle ?? did}`; 112 111 title = `at://${handle ?? did}/${collection}/${rkey}`; 113 112 } 114 113 } else {