From b84a918ad9a98ec01f8bb6f8d032a8e963f4b89f Mon Sep 17 00:00:00 2001 From: Taimoor Ahmed Date: Wed, 26 Feb 2025 18:02:32 +0500 Subject: [PATCH] changes --- .../core/djangoapps/django_comment_common/comment_client/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/django_comment_common/comment_client/user.py b/openedx/core/djangoapps/django_comment_common/comment_client/user.py index 2de4fbbfa95a..ae696e7f0c01 100644 --- a/openedx/core/djangoapps/django_comment_common/comment_client/user.py +++ b/openedx/core/djangoapps/django_comment_common/comment_client/user.py @@ -76,6 +76,7 @@ def unfollow(self, source): source_id=source.id, course_id=str(course_key) ) + else: params = {'source_type': source.type, 'source_id': source.id} utils.perform_request(