Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork

Configure Feed

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

thanks clippy

phil f2506603 8783986f

+1 -3
+1 -3
spacedust/src/subscriber.rs
··· 123 123 let target_did = if link.target.starts_with("did:") { 124 124 link.target.clone() 125 125 } else { 126 - let Some(rest) = link.target.strip_prefix("at://") else { 127 - return None 128 - }; 126 + let rest = link.target.strip_prefix("at://")?; 129 127 if let Some((did, _)) = rest.split_once("/") { 130 128 did 131 129 } else {