diff options
author | Andrew Godwin | 2022-12-16 20:04:28 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-16 20:04:28 -0700 |
commit | e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654 (patch) | |
tree | afe144887bb1a0613c463fe3024f5cd9665028c1 /core/models | |
parent | 4a28e1708e1cd6d9cbbfe41d94ff9d7f646f6c94 (diff) | |
download | takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.tar.gz takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.tar.bz2 takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.zip |
Fetch emoji for user profiles
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 48da7de..a651396 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -225,7 +225,7 @@ class Config(models.Model): hashtag_unreviewed_are_public: bool = True hashtag_stats_max_age: int = 60 * 60 - emoji_unreviewed_are_public: bool = False + emoji_unreviewed_are_public: bool = True cache_timeout_page_default: int = 60 cache_timeout_page_timeline: int = 60 * 3 |