diff options
author | Michael Manfre | 2022-11-26 12:09:31 -0500 |
---|---|---|
committer | GitHub | 2022-11-26 10:09:31 -0700 |
commit | 849c221aeeee89bdb61a88b4e6080481ecfeb934 (patch) | |
tree | 323b5a720adf214f4bbbbdaadbcd30249bcdcec5 /templates/activities/_post.html | |
parent | c7588583927e004e10599912f6d7b76413d52730 (diff) | |
download | takahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.tar.gz takahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.tar.bz2 takahe-849c221aeeee89bdb61a88b4e6080481ecfeb934.zip |
Local-only posting
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r-- | templates/activities/_post.html | 2 |
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 %} |