diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html index 4c70d79..8e081a8 100644 --- a/crates/app/src/public/html/components.html +++ b/crates/app/src/public/html/components.html @@ -145,7 +145,7 @@ community=false, show_community=true, can_manage_post=false) -%} {%- endmacro %} {% macro post(post, owner, secondary=false, community=false, show_community=true, can_manage_post=false) -%} {% if community and -show_community and post.community != config.town_square %} +show_community %}
- {% if community and show_community and post.community != config.town_square - %} + {% if community and show_community %} {% endif %} {%- endmacro %} {% macro notification(notification) -%}