this repo has no description
0
fork

Configure Feed

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

dont proxy queryLabels

+2 -3
+2 -3
src/label.ts
··· 7 7 uri: string, 8 8 ) => { 9 9 const did = AppBskyActorDefs.isProfileView(subject) ? subject.did : subject; 10 - const labels = await agent 11 - .withProxy("atproto_labeler", DID) 12 - .com.atproto.label.queryLabels({ sources: [DID], uriPatterns: [did] }) 10 + const labels = await agent.com.atproto.label 11 + .queryLabels({ sources: [DID], uriPatterns: [did] }) 13 12 .catch((err) => { 14 13 console.log(err); 15 14 });