A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

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

fix: atproto oauth callback

+1 -1
+1 -1
src/components/output/raw/atproto/oauth.js
··· 81 81 const location = globalThis.location; 82 82 83 83 sessionStorage.setItem( 84 - "diffuse/output/raw/atproto/oauth/redirect_path", 84 + "oauth/callback/redirect_path", 85 85 location.pathname + location.search, 86 86 ); 87 87