···264264 });
265265266266 // Send a notification only if it's from a verified user or if it's #1
267267- if (isFromVerifiedUser || isNumberOne) {
267267+ if (isFromVerifiedUser) {
268268 await sendNotification(
269269 story,
270270 isNumberOne ? "number_one_story" : "front_page_story",