From 3ec3e3d081b931211b6a97a0903b9ee38cb0d6f8 Mon Sep 17 00:00:00 2001 From: Dean Wenstrand Date: Tue, 30 Jun 2026 12:51:39 -0700 Subject: [PATCH] Add EXPORT_READY notification type (video export Phase 1b) Co-Authored-By: Claude Opus 4.8 --- src/index.tsx | 1 + src/schema.gql | 1 + 2 files changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index a1d6260..12aff2a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2711,6 +2711,7 @@ export enum NotificationTypeEnum { ChallengeInvite = "CHALLENGE_INVITE", Comment = "COMMENT", CommentReply = "COMMENT_REPLY", + ExportReady = "EXPORT_READY", Follow = "FOLLOW", Reaction = "REACTION", } diff --git a/src/schema.gql b/src/schema.gql index fd721f4..686714c 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -865,6 +865,7 @@ enum NotificationTypeEnum { REACTION FOLLOW CHALLENGE_INVITE + EXPORT_READY } input NotificationFilters {