[MIRROR ONLY] A correct and efficient ATProto blob proxy for secure content delivery. codeberg.org/Blooym/porxie
36
fork

Configure Feed

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

fix: cache token handler inverse logic

Blooym 65dce873 6adf5b03

+1 -1
+1 -1
src/routes/cache/delete.rs
··· 28 28 Json<ErrorResponse>, 29 29 ), 30 30 > { 31 - if state 31 + if !state 32 32 .auth_token 33 33 .as_ref() 34 34 .map(|expected| expected.as_bytes().ct_eq(bearer.token().as_bytes()).into())