This commit is contained in:
Aevann1 2021-09-05 16:59:49 +02:00
parent 54b531a39e
commit 81ed1e5a0e
4 changed files with 2 additions and 2 deletions

View file

@ -934,7 +934,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 and not "weebzone" in request.host):
if "rdrama" in request.host or (new_post.url and not "weebzone" in request.host and not "marsey.tech" in request.host):
c = Comment(author_id=261,
distinguish_level=6,
parent_submission=new_post.id,