mrusme / superhighway84

USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
https://xn--gckvb8fzb.com/superhighway84
GNU General Public License v3.0
694 stars 24 forks source link

Validate reply body to contain an actual reply rather than just quoted text #15

Closed mrusme closed 2 years ago

mrusme commented 2 years ago

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 2 years ago

Implemented this using a very simple comparison. Let's see how well that works.