salt-today / salttoday

Scrapes Sootoday and displays statistics about users and comments.
http://www.salttoday.ca
9 stars 6 forks source link

Mark comments as not being deleted when storing comments #126

Closed danharasymiw closed 5 years ago

danharasymiw commented 5 years ago

Sometimes comments are marked as deleted, but we find them later meaning that they still exist. To resolve this, anytime a comment is updated in the db, mark it as not deleted.

Fixes https://github.com/salt-today/salttoday/issues/121