From dd1974ea290fccc9bdd526293f30d5557d471198 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 4 Sep 2021 02:58:05 +0200 Subject: [PATCH] fd --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 8bab8f1612..d99ae69f96 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -951,7 +951,7 @@ def submit_post(v): n = Notification(comment_id=c_jannied.id, user_id=v.id) g.db.add(n) - if "rdrama" in request.host or new_post.url: + if "rdrama" in request.host or (new_post.url and not "weebzone" in request.host): c = Comment(author_id=261, distinguish_level=6, parent_submission=new_post.id,