Validate reply body to contain an actual reply rather than just quoted text
mrusme opened this issue · 1 comments
mrusme commented
Superhighway84 needs to validate replies in order to validate they not only contain lines starting with >
, as it seems that sometimes people submit replies without an actual reply and the validations in place won't hinder them to do so.
mrusme commented
Implemented this using a very simple comparison. Let's see how well that works.