diff --git a/files/routes/posts.py b/files/routes/posts.py index c6da808d2..56119245e 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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, diff --git a/files/templates/default.html b/files/templates/default.html index 9f80d83d2..3c938efbd 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -1066,7 +1066,7 @@ - +{% if "marsey.tech" not in request.host %}{% endif %} {% include "header.html" %}