Skip to content

Commit

Permalink
Merge pull request #64 from scrolltech/CommentRejectionReasons
Browse files Browse the repository at this point in the history
Added new reason whataboutery
  • Loading branch information
gauravr committed Sep 10, 2019
2 parents 201904a + 37b2566 commit 6a6fb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class rejection_reasons(Enum):
novalue = 2
offensive = 3
irrelevant = 4
whataboutery = 5


class RejectedComment(BaseComment):
Expand Down

0 comments on commit 6a6fb73

Please sign in to comment.