diff --git a/files/routes/comments.py b/files/routes/comments.py index 3c3dae2d9c..7b010e0b75 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -392,7 +392,7 @@ def comment(v:User): g.db.flush() - if c.parent_submission: + if SITE == 'watchpeopledie.tv' and c.parent_submission: cache.delete(f'post_{c.parent_submission}') if v.client: return c.json