From 622f5dc3bc5b82e38e3903c13613ea714736d07c Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 9 Mar 2023 22:04:10 -0500 Subject: [PATCH] oh shit oh fuck oh shit oh fuck --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 3b3030a..647ab4f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -181,6 +181,7 @@ while (true) { status.visibility, notif.status?.id, ); + respondedNotificationIds.push(notif.id); } else { // assume top-level const prompt = @@ -200,6 +201,7 @@ while (true) { status.visibility, status.id, ); + respondedNotificationIds.push(notif.id); } } else { respondedNotificationIds.push(notif.id);