oh shit oh fuck oh shit oh fuck

master
Drake 1 year ago
parent 3a985f2f6f
commit 622f5dc3bc

@ -181,6 +181,7 @@ while (true) {
status.visibility, status.visibility,
notif.status?.id, notif.status?.id,
); );
respondedNotificationIds.push(notif.id);
} else { } else {
// assume top-level // assume top-level
const prompt = const prompt =
@ -200,6 +201,7 @@ while (true) {
status.visibility, status.visibility,
status.id, status.id,
); );
respondedNotificationIds.push(notif.id);
} }
} else { } else {
respondedNotificationIds.push(notif.id); respondedNotificationIds.push(notif.id);

Loading…
Cancel
Save