This commit is contained in:
Aevann1 2021-09-04 02:58:05 +02:00
parent 30fd7c7253
commit 062d01dd34

View file

@ -951,7 +951,7 @@ def submit_post(v):
n = Notification(comment_id=c_jannied.id, user_id=v.id) n = Notification(comment_id=c_jannied.id, user_id=v.id)
g.db.add(n) 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, c = Comment(author_id=261,
distinguish_level=6, distinguish_level=6,
parent_submission=new_post.id, parent_submission=new_post.id,