diff --git a/bookwyrm/templates/snippets/privacy_select.html b/bookwyrm/templates/snippets/privacy_select.html
index 0305aee7..d1215cc0 100644
--- a/bookwyrm/templates/snippets/privacy_select.html
+++ b/bookwyrm/templates/snippets/privacy_select.html
@@ -5,17 +5,18 @@
{% if not no_label %}
{% endif %}
+ {% firstof current user.default_post_privacy "public" as privacy %}