Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

make sure invites are scoped to me

+1
+1
frontend/src/features/auth/handlers.tsx
··· 30 30 const invitesResult = 31 31 await publicClient.network.slices.waitlist.invite.getRecords({ 32 32 where: { 33 + did: { eq: "did:plc:bcgltzqazw5tb6k2g3ttenbj" }, 33 34 slice: { eq: sliceUri }, 34 35 json: { contains: userDid }, 35 36 },