Merge pull request #8589 from edx/gprice/discussion-api-abuse-flagged
Add abuse flagging to discussion API
This commit is contained in:
@@ -90,6 +90,7 @@ class ThreadActionsForm(Form):
|
||||
"""
|
||||
following = BooleanField(required=False)
|
||||
voted = BooleanField(required=False)
|
||||
abuse_flagged = BooleanField(required=False)
|
||||
|
||||
|
||||
class CommentListGetForm(_PaginationForm):
|
||||
@@ -108,3 +109,4 @@ class CommentActionsForm(Form):
|
||||
interactions with the comments service.
|
||||
"""
|
||||
voted = BooleanField(required=False)
|
||||
abuse_flagged = BooleanField(required=False)
|
||||
|
||||
Reference in New Issue
Block a user