From e74bc757acb169a1f2084dec225d4491f4c21c80 Mon Sep 17 00:00:00 2001 From: boutmoun123 Date: Tue, 9 Jun 2026 23:56:32 +0300 Subject: [PATCH] Fix collaboration notification schema types --- src/modules/notifications/schemas/notification.schema.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/notifications/schemas/notification.schema.ts b/src/modules/notifications/schemas/notification.schema.ts index 28e5657..6beb032 100644 --- a/src/modules/notifications/schemas/notification.schema.ts +++ b/src/modules/notifications/schemas/notification.schema.ts @@ -15,6 +15,9 @@ export const NOTIFICATION_TYPES = [ 'reply', 'system', 'collaboration_request', + 'collaboration_request_approved', + 'collaboration_request_rejected', + 'collaboration_request_cancelled', 'follow_request', 'follow_request_approved', 'follow_request_rejected',