open source is social v-it.org
0

Configure Feed

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

fix(explore): read jetstream1 — jetstream2 silently drops org.v-it.* commits (two live probes 2026-07-06)

+4 -1
+4 -1
explore/src/jetstream.js
··· 6 6 const CAP_COLLECTION = 'org.v-it.cap'; 7 7 const VOUCH_COLLECTION = 'org.v-it.vouch'; 8 8 const SKILL_COLLECTION = 'org.v-it.skill'; 9 - const JETSTREAM_URL = 'wss://jetstream2.us-east.bsky.network/subscribe'; 9 + // jetstream1, not jetstream2: two independent live probes (2026-07-06, thermals 10 + // appview validation + rookery OAuth AS demo) caught jetstream2.us-east silently 11 + // dropping org.v-it.* commits that jetstream1 delivered for the same window. 12 + const JETSTREAM_URL = 'wss://jetstream1.us-east.bsky.network/subscribe'; 10 13 const STREAM_DURATION_MS = 55_000; 11 14 12 15 function beaconValue(value) {