From e859d7e9d9551426a605a1d6f21301adf29153d0 Mon Sep 17 00:00:00 2001 From: jawad khan Date: Wed, 15 Jan 2025 14:12:34 +0500 Subject: [PATCH] feat: Add course id in notifications list api for mobile Devices (#36106) --- openedx/core/djangoapps/notifications/serializers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/notifications/serializers.py b/openedx/core/djangoapps/notifications/serializers.py index 80b1577b6355..b5e22a36a682 100644 --- a/openedx/core/djangoapps/notifications/serializers.py +++ b/openedx/core/djangoapps/notifications/serializers.py @@ -202,6 +202,7 @@ class Meta: 'content_context', 'content', 'content_url', + 'course_id', 'last_read', 'last_seen', 'created',