the home of serif.blue
5
fork

Configure Feed

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

chore: remove popup verifiers view

+2 -2
+2 -2
bluesky-community-verifications.user.js
··· 121 121 122 122 while (hasMore) { 123 123 const url = cursor 124 - ? `https://public.api.bsky.app/xrpc/com.atproto.repo.listRecords?repo=${user}&collection=app.bsky.graph.verification&cursor=${cursor}` 125 - : `https://public.api.bsky.app/xrpc/com.atproto.repo.listRecords?repo=${user}&collection=app.bsky.graph.verification`; 124 + ? `https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=${user}&collection=app.bsky.graph.verification&cursor=${cursor}` 125 + : `https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=${user}&collection=app.bsky.graph.verification`; 126 126 127 127 const response = await fetch(url); 128 128 const data = await response.json();