forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-04 02:58:05 +02:00
parent 1d5e29223d
commit dd1974ea29
1 changed files with 1 additions and 1 deletions

View File

@ -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,