this repo has no description
0
fork

Configure Feed

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

more logging

alice f6ae73db 36ccdeaa

+2
+2
src/subscription.ts
··· 48 48 .deleteFrom('post') 49 49 .where('uri', 'in', postsToDelete) 50 50 .execute() 51 + console.log('🗑️ new deletes 🗑️') 51 52 } 52 53 if (postsToCreate.length > 0) { 53 54 await this.db ··· 55 56 .values(postsToCreate) 56 57 .onConflict((oc) => oc.doNothing()) 57 58 .execute() 59 + console.log('❗️ new posts ❗️') 58 60 } 59 61 60 62 if (repostsToDelete.length > 0) {