Import Instagram archive to a Bluesky account
9
fork

Configure Feed

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

reducing info logging

+1 -1
+1 -1
src/media.ts
··· 69 69 70 70 const isVideo = mimeType.startsWith('video/'); 71 71 72 - logger.info({ 72 + logger.debug({ 73 73 message: 'Instagram Source Media', 74 74 mimeType, 75 75 mediaFilename,