fix: show community in global question timelines

This commit is contained in:
trisua 2025-04-13 12:20:55 -04:00
parent 063e33899e
commit bc95f0aaf0
3 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<div class="card tertiary flex flex-col gap-4">
<!-- prettier-ignore -->
{% for question in feed %}
{{ components::global_question(question=question, can_manage_questions=can_manage_questions) }}
{{ components::global_question(question=question, can_manage_questions=can_manage_questions, show_community=false) }}
{% endfor %}
{{ components::pagination(page=page, items=feed|length) }}