this repo has no description
1
fork

Configure Feed

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

fix: Access AtprotoApi from window object

+1 -1
+1 -1
app.js
··· 6 6 const repoInput = document.getElementById("repoInput"); 7 7 8 8 // Initialize the AT Protocol client - FIXED VERSION // lol claude wrote that 9 - const agent = new AtprotoApi.AtpAgent({ 9 + const agent = new window.AtprotoApi.AtpAgent({ 10 10 service: "https://bsky.social", 11 11 }); 12 12