add: hide posts from users who have blocked you from timelines

This commit is contained in:
trisua 2025-05-29 18:59:53 -04:00
parent 22ae479bd7
commit 8de5c0ea76
10 changed files with 84 additions and 81 deletions

View file

@ -1138,7 +1138,7 @@ show_kick=false, secondary=false) -%}
<div
class="flex justify-center flex-col"
style="{% if show_menu or show_kick -%}width: 60%{% else %}max-width: 200px{%- endif %}"
style="{% if show_menu or show_kick -%}width: 60%{% else %}max-width: 150px{%- endif %}"
>
{{ self::full_username(user=user) }}
<div class="user_status">{{ self::user_status(other_user=user) }}</div>