Skip to content

Commit 4d1ce47

Browse files
committed
fix: removed extra param
1 parent 2405a82 commit 4d1ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/djangoapps/discussion/rest_api/discussions_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def send_reported_content_notification(self):
373373
]}
374374
self._send_course_wide_notification("content_reported", audience_filters, context)
375375

376-
def _populate_context_with_ids_for_mobile(self, context, additional_context=False):
376+
def _populate_context_with_ids_for_mobile(self, context):
377377
context['thread_id'] = self.thread.id
378378
context['topic_id'] = self.thread.commentable_id
379379
context['comment_id'] = self.comment_id

0 commit comments

Comments
 (0)