Add notification on subscription live stream

This commit is contained in:
Chocobozzz
2024-02-15 13:55:12 +01:00
parent 4300cc1ee1
commit a012d6c2a9
19 changed files with 273 additions and 55 deletions

View File

@@ -34,7 +34,9 @@ export const UserNotificationType = {
MY_VIDEO_STUDIO_EDITION_FINISHED: 19,
NEW_USER_REGISTRATION_REQUEST: 20
NEW_USER_REGISTRATION_REQUEST: 20,
NEW_LIVE_FROM_SUBSCRIPTION: 21
} as const
export type UserNotificationType_Type = typeof UserNotificationType[keyof typeof UserNotificationType]