Open vdboor opened 6 years ago
https://django-contrib-comments.readthedocs.io/en/latest/settings.html
When COMMENTS_HIDE_REMOVED = True the comments can be shown as "This comment was removed"
COMMENTS_HIDE_REMOVED = True
I read the docs as saying COMMENTS_HIDE_REMOVED = True means the removed comments are not shown (the default). If COMMENTS_HIDE_REMOVED = False then you show "This comment was removed".
COMMENTS_HIDE_REMOVED = False
https://django-contrib-comments.readthedocs.io/en/latest/settings.html
When
COMMENTS_HIDE_REMOVED = True
the comments can be shown as "This comment was removed"