diff --git a/openedx/core/djangoapps/django_comment_common/comment_client/thread.py b/openedx/core/djangoapps/django_comment_common/comment_client/thread.py index 0313d29daae9..9d0281b0234c 100644 --- a/openedx/core/djangoapps/django_comment_common/comment_client/thread.py +++ b/openedx/core/djangoapps/django_comment_common/comment_client/thread.py @@ -82,6 +82,8 @@ def search(cls, query_params): else: if user_id := params.get('user_id'): params['user_id'] = str(user_id) + if params['commentable_ids']: + params['commentable_ids'] = params['commentable_ids'].split(',') response = forum_api.get_user_threads(**params) else: response = utils.perform_request(