Commit d24aa2b9 by Your Name

updated misuse verbiage

parent a836b546
......@@ -61,7 +61,6 @@ class Comment < Content
.merge("commentable_id" => comment_thread.commentable_id)
.merge("votes" => votes.slice(*%w[count up_count down_count point]))
.merge("abuse_flaggers" => abuse_flaggers)
.merge("spoiler_flaggers" => spoiler_flaggers)
.merge("type" => "comment")
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment