summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael Manfre2022-11-26 12:09:31 -0500
committerGitHub2022-11-26 10:09:31 -0700
commit849c221aeeee89bdb61a88b4e6080481ecfeb934 (patch)
tree323b5a720adf214f4bbbbdaadbcd30249bcdcec5 /templates
parentc7588583927e004e10599912f6d7b76413d52730 (diff)
downloadtakahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.tar.gz
takahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.tar.bz2
takahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.zip
Local-only posting
Diffstat (limited to 'templates')
-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 %}