Pronouns labels on Bluesky

fix

Changed files
+1 -1
src
+1 -1
src/main.ts
··· 11 11 const jetstream = new Jetstream({ 12 12 endpoint: URL, 13 13 wantedCollections: ["app.bsky.feed.like"], 14 - cursor: cursorFile ?? 0, 14 + cursor: cursorFile, 15 15 }); 16 16 17 17 jetstream.on("open", () => {