fd
This commit is contained in:
parent
30fd7c7253
commit
062d01dd34
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue