diff --git a/files/routes/discord.py b/files/routes/discord.py index c08794723c..de30e79f24 100644 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -115,8 +115,8 @@ def discord_redirect(v): if x.status_code in [201, 204]: - #if v.admin_level > 0: add_role(v, "admin") - #else: add_role(v, "newuser") + if v.admin_level > 0: add_role(v, "admin") + else: add_role(v, "newuser") time.sleep(0.1) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3880887975..d9efab3cc2 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -45,7 +45,7 @@ {% if render_replies %} - {% if level<6 %} + {% if level<7 %}
{% set standalone=False %} {% for reply in replies %} @@ -386,7 +386,7 @@ {% if render_replies %} - {% if level<6 %} + {% if level<7 %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html index 2c0804edf2..d8b0a41361 100644 --- a/files/templates/settings_filters.html +++ b/files/templates/settings_filters.html @@ -239,7 +239,7 @@
- Hides matching content from Home, All, and Trending, and collapses matching comments. + Hides matching posts from the frontpage and collapses matching comments.