From 849c221aeeee89bdb61a88b4e6080481ecfeb934 Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Sat, 26 Nov 2022 12:09:31 -0500 Subject: Local-only posting --- templates/activities/_post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/activities') 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 @@ {% elif post.visibility == 3 %} + {% elif post.visibility == 4 %} + {% endif %} {% if post.published %} -- cgit v1.2.3