From 6a4e89149f1ec0d85818df9a68427cb98e6186a9 Mon Sep 17 00:00:00 2001 From: freamon Date: Fri, 17 Jan 2025 17:41:24 +0000 Subject: [PATCH] mentions in post bodies - recognise @user@instance syntax in UI --- app/templates/post/_post_full.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index bc8cf622..4fefa7d1 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -100,7 +100,7 @@ {% endif -%} {% endif -%}
- {{ post.body_html|community_links|safe if post.body_html else '' }} + {{ post.body_html | community_links | person_links | safe if post.body_html else '' }} {% if archive_link -%}

{{ _('Archive.ph link') }}

{% endif -%}