From 53d94529175dface366a935eea2c2bcc1eeab15c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 21 Nov 2022 21:18:13 -0700 Subject: Outgoing mentions mostly work (exc. cc followers) --- templates/activities/_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/activities/_post.html') diff --git a/templates/activities/_post.html b/templates/activities/_post.html index 3d455ea..80fa653 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -36,7 +36,7 @@ {% endif %}
- {{ post.safe_content }} + {{ post.safe_content_local }}
{% if post.attachments.exists %} -- cgit v1.2.3