diff options
author | clarkzjw <[email protected]> | 2023-02-20 14:46:43 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-20 14:46:43 -0800 |
commit | c4297fe628a1216b1ab32dd37a81c3cfe40fd3a5 (patch) | |
tree | 91aec4dc4be12f13b3beeeaf8dd9e20b6e1e9adc | |
parent | fda33866814e95830466787ae9cea2e006386e85 (diff) | |
download | swarm2fediverse-c4297fe628a1216b1ab32dd37a81c3cfe40fd3a5.tar.gz |
add TODO
-rw-r--r-- | bot.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ async def button(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: | |||
66 | query = update.callback_query | 66 | query = update.callback_query |
67 | 67 | ||
68 | await query.answer() | 68 | await query.answer() |
69 | # TODO | ||
70 | # ask user whether they would like to attach their own photos | ||
71 | |||
69 | poi = get_loc(query.data) | 72 | poi = get_loc(query.data) |
70 | photo_url = get_poi_top_photo(query.data) | 73 | photo_url = get_poi_top_photo(query.data) |
71 | media_id = None | 74 | media_id = None |