a tool for shared writing and social publishing

log bsky post ingest errors

+4 -1
+4 -1
appview/index.ts
··· 378 378 379 379 // Now validate the record since we know it contains our quote param 380 380 let record = AppBskyFeedPost.validateRecord(evt.record); 381 - if (!record.success) return; 381 + if (!record.success) { 382 + console.log(record.error); 383 + return; 384 + } 382 385 383 386 let embed: string | null = null; 384 387 if (