add: custom emojis

fix: don't show reposts of posts from blocked users
fix: don't show questions when they're from users you've blocked
This commit is contained in:
trisua 2025-05-10 21:58:02 -04:00
parent 9f187039e6
commit 275dd0a1eb
25 changed files with 697 additions and 61 deletions

View file

@ -71,6 +71,10 @@
class="card flex flex-col items-center gap-2"
id="social"
>
{% if profile.settings.status %}
<p>{{ profile.settings.status }}</p>
{% endif %}
<div class="w-full flex">
<a
href="/@{{ profile.username }}/followers"