summaryrefslogtreecommitdiffstats
path: root/activities/views/timelines.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/views/timelines.py')
-rw-r--r--activities/views/timelines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activities/views/timelines.py b/activities/views/timelines.py
index b680c8a..4f2a515 100644
--- a/activities/views/timelines.py
+++ b/activities/views/timelines.py
@@ -56,6 +56,7 @@ class Home(FormView):
author=self.request.identity,
content=linebreaks_filter(form.cleaned_data["text"]),
summary=form.cleaned_data.get("content_warning"),
+ visibility=self.request.identity.config_identity.default_post_visibility,
)
return redirect(".")