From 97c383eb32b74fbab1be66d96acdec1ea13c589f Mon Sep 17 00:00:00 2001 From: Jawad Khan Date: Tue, 14 Jan 2025 20:04:56 +0500 Subject: [PATCH] feat: Add course id in notifications list api for mobile Devices --- 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',