From e51ff9cf4e61fc46e6c404024a0f2b61b50826d4 Mon Sep 17 00:00:00 2001 From: sangeethailango Date: Sun, 4 Jan 2026 16:29:00 +0530 Subject: [PATCH] chore: in-app and email notifications for intake status changes --- apps/api/plane/app/views/intake/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/plane/app/views/intake/base.py b/apps/api/plane/app/views/intake/base.py index 7dd7828cbd..6af3a47974 100644 --- a/apps/api/plane/app/views/intake/base.py +++ b/apps/api/plane/app/views/intake/base.py @@ -457,7 +457,7 @@ class IntakeIssueViewSet(BaseViewSet): project_id=str(project_id), current_instance=intake_current_instance, epoch=int(timezone.now().timestamp()), - notification=False, + notification=True, origin=base_host(request=request, is_app=True), intake=str(intake_issue.id), )