From e95cffa414ffad47827dfa8a07862718c652a6d7 Mon Sep 17 00:00:00 2001 From: Yanay Date: Wed, 8 Jul 2026 11:25:40 +0300 Subject: [PATCH] refactor(push): drop upvote events from PUSH_EVENT_TYPES palette entity-upvote and comment-upvote are no longer push events (they remain in-app-only AppNotification types). Mirror the server's PUSH_EVENT_TYPES, which dropped them, so @sublay/node's exported palette stays in sync. Co-Authored-By: Claude Opus 4.8 --- src/interfaces/Push.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/interfaces/Push.ts b/src/interfaces/Push.ts index 863f137..ad86a68 100644 --- a/src/interfaces/Push.ts +++ b/src/interfaces/Push.ts @@ -19,8 +19,6 @@ export const PUSH_EVENT_TYPES = [ "comment-reply", "entity-mention", "comment-mention", - "entity-upvote", - "comment-upvote", "entity-reaction", "comment-reaction", "entity-reaction-milestone-specific",