diff options
author | clarkzjw <[email protected]> | 2023-02-23 21:46:27 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 21:46:27 -0800 |
commit | a9fb6f252553ae49a2ba372434073824babe31e4 (patch) | |
tree | 77d53a16f1d7565f6da6490d2cad4e4321995549 /config.py | |
parent | cbfde03e620188d80213a8b15a4dffdb8948b257 (diff) | |
download | swarm2fediverse-a9fb6f252553ae49a2ba372434073824babe31e4.tar.gz |
bot: support changing default toot visibility
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ ENCRYPT_KEY = config["DEFAULT"]["ENCRYPT_KEY"] | |||
12 | 12 | ||
13 | MEDIA_GROUP_TIMEOUT = 3 | 13 | MEDIA_GROUP_TIMEOUT = 3 |
14 | 14 | ||
15 | FEDI_LOGIN, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_MEDIA, ADD_COMMENT = range(6) | 15 | FEDI_LOGIN, WAIT_VISIBILITY, WAIT_LOCATION, LOCATION_SEARCH_KEYWORD, LOCATION_CONFIRMATION, ADD_MEDIA, ADD_COMMENT = range(7) |
16 | 16 | ||
17 | MAIN_MENU = ReplyKeyboardMarkup([ | 17 | MAIN_MENU = ReplyKeyboardMarkup([ |
18 | [KeyboardButton(text="Check-in here", request_location=True)], | 18 | [KeyboardButton(text="Check-in here", request_location=True)], |