chore: in-app and email notifications for intake status changes

This commit is contained in:
sangeethailango
2026-01-04 16:29:00 +05:30
parent 3d5e427894
commit e51ff9cf4e

View File

@@ -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),
)