a tool for shared writing and social publishing
0
fork

Configure Feed

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

await sending inngest event from appview

+1 -5
+1 -5
appview/index.ts
··· 192 192 ? record.value.embed.external.uri 193 193 : null; 194 194 if (embed) { 195 - inngest.send({ 195 + await inngest.send({ 196 196 name: "appview/index-bsky-post-mention", 197 197 data: { post_uri: evt.uri.toString(), document_link: embed }, 198 198 }); ··· 217 217 process.on("SIGTERM", cleanup); 218 218 } 219 219 220 - inngest.send({ 221 - name: "appview/come-online", 222 - data: {}, 223 - }); 224 220 main();