Add EXPORT_READY notification type (video export Phase 1b)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Dean Wenstrand
2026-06-30 12:51:39 -07:00
parent d2c697e4cb
commit 3ec3e3d081
2 changed files with 2 additions and 0 deletions

View File

@@ -2711,6 +2711,7 @@ export enum NotificationTypeEnum {
ChallengeInvite = "CHALLENGE_INVITE", ChallengeInvite = "CHALLENGE_INVITE",
Comment = "COMMENT", Comment = "COMMENT",
CommentReply = "COMMENT_REPLY", CommentReply = "COMMENT_REPLY",
ExportReady = "EXPORT_READY",
Follow = "FOLLOW", Follow = "FOLLOW",
Reaction = "REACTION", Reaction = "REACTION",
} }

View File

@@ -865,6 +865,7 @@ enum NotificationTypeEnum {
REACTION REACTION
FOLLOW FOLLOW
CHALLENGE_INVITE CHALLENGE_INVITE
EXPORT_READY
} }
input NotificationFilters { input NotificationFilters {