aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-22 23:51:49 -0800
committerclarkzjw <[email protected]>2023-02-23 12:07:32 -0800
commit736ba02520802499c9970afd9d1ee6a537fb2230 (patch)
tree4a26d357ef482e42f4fe2a77c0ad5418248bcdb1 /config.py
parentb935ae39c533bfdee7d052acdf939b68833a882a (diff)
downloadswarm2fediverse-736ba02520802499c9970afd9d1ee6a537fb2230.tar.gz
bot: set default toot visibility to private
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.py b/config.py
index 3b5767b..9e72598 100644
--- a/config.py
+++ b/config.py
@@ -16,7 +16,6 @@ TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"]
16TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] 16TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"]
17TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] 17TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"]
18 18
19DEFAULT_TOOT_VISIBILITY = "private"
20 19
21MEDIA_GROUP_TIMEOUT = 3 20MEDIA_GROUP_TIMEOUT = 3
22 21
Powered by cgit v1.2.3 (git 2.41.0)