diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/models/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/config.py b/core/models/config.py index 53c729f..2bb0d75 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -237,3 +237,4 @@ class Config(models.Model): toot_mode: bool = False default_post_visibility: int = 0 # Post.Visibilities.public + visible_follows: bool = True |