diff options
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/config.py b/core/models/config.py index f22389b..6c31658 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -223,4 +223,4 @@ class Config(models.Model): class IdentityOptions(pydantic.BaseModel): toot_mode: bool = False - default_post_visibility: int = 1 # Post.Visibilities.unlisted + default_post_visibility: int = 0 # Post.Visibilities.public |