aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-23 21:46:27 -0800
committerclarkzjw <[email protected]>2023-02-23 21:46:27 -0800
commita9fb6f252553ae49a2ba372434073824babe31e4 (patch)
tree77d53a16f1d7565f6da6490d2cad4e4321995549 /config.py
parentcbfde03e620188d80213a8b15a4dffdb8948b257 (diff)
downloadswarm2fediverse-a9fb6f252553ae49a2ba372434073824babe31e4.tar.gz
bot: support changing default toot visibility
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 9b52205..0fae9b1 100644
--- a/config.py
+++ b/config.py
@@ -12,7 +12,7 @@ ENCRYPT_KEY = config["DEFAULT"]["ENCRYPT_KEY"]
12 12
13MEDIA_GROUP_TIMEOUT = 3 13MEDIA_GROUP_TIMEOUT = 3
14 14
15FEDI_LOGIN, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_MEDIA, ADD_COMMENT = range(6) 15FEDI_LOGIN, WAIT_VISIBILITY, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_MEDIA, ADD_COMMENT = range(7)
16 16
17MAIN_MENU = ReplyKeyboardMarkup([ 17MAIN_MENU = ReplyKeyboardMarkup([
18 [KeyboardButton(text="Check-in here", request_location=True)], 18 [KeyboardButton(text="Check-in here", request_location=True)],
Powered by cgit v1.2.3 (git 2.41.0)