this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix dns TXT

+1 -2
+1 -2
src/did.rs
··· 33 33 if did_res.len() != 1 { 34 34 return Err(()); 35 35 } 36 - let did = did_res[0].clone(); 37 36 38 - return Ok(did.clone()); 37 + return Ok(did_res[0][4..].to_string()); 39 38 } 40 39 41 40 fn get_http_did(handle: &String) -> Result<String, ()> {