summaryrefslogtreecommitdiffstats
path: root/templates/activities/_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r--templates/activities/_post.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index 06aa3f7..ebe5696 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -15,6 +15,8 @@
<i class="visibility fa-solid fa-lock" title="Followers Only"></i>
{% elif post.visibility == 3 %}
<i class="visibility fa-solid fa-at" title="Mentioned Only"></i>
+ {% elif post.visibility == 4 %}
+ <i class="visibility fa-solid fa-link-slash" title="Local Only"></i>
{% endif %}
<a href="{{ post.url }}">
{% if post.published %}