a tool for shared writing and social publishing
0
fork

Configure Feed

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

properly specific service for firehose

+2 -1
+2 -1
appview/index.ts
··· 235 235 }, 236 236 }); 237 237 let firehose = new Firehose({ 238 + service: "wss://bsky.network", 238 239 subscriptionReconnectDelay: 3000, 239 240 excludeAccount: true, 240 241 excludeIdentity: true, ··· 257 258 firehose.start(); 258 259 const cleanup = async () => { 259 260 console.log("shutting down firehose..."); 260 - await client.release(); 261 + client.release(); 261 262 await firehose.destroy(); 262 263 await runner.destroy(); 263 264 process.exit();