this repo has no description
3
fork

Configure Feed

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

bug: dont send notifcations if not authed

+1 -1
+1 -1
src/features/services/check_hn.ts
··· 264 264 }); 265 265 266 266 // Send a notification only if it's from a verified user or if it's #1 267 - if (isFromVerifiedUser || isNumberOne) { 267 + if (isFromVerifiedUser) { 268 268 await sendNotification( 269 269 story, 270 270 isNumberOne ? "number_one_story" : "front_page_story",