Newest tweet in thread at bottom

This commit is contained in:
Klaus-Uwe Mitterer 2017-03-27 14:18:36 +02:00
parent acdbb59800
commit 5c4f890bf5
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ def thread(bot, update, args):
nexttid = tweets[-1].in_reply_to_status_id
i += 1
tweets.reverse()
for tweet in tweets:
tweetMessage(tweet, message.chat_id, bot)