PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready.
0
fork

Configure Feed

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

fix: oauth regression (at least I think it's a regression)

+2 -2
+2 -2
src/api/server/service_auth.rs
··· 85 85 &token, 86 86 dpop_proof, 87 87 "GET", 88 - &format!( 88 + &crate::util::build_full_url(&format!( 89 89 "/xrpc/com.atproto.server.getServiceAuth?aud={}&lxm={}", 90 90 params.aud, 91 91 params.lxm.as_deref().unwrap_or("") 92 - ), 92 + )), 93 93 ) 94 94 .await 95 95 {