python-telegram-bot/telegram/ext
Eldinnie 698a91427a
Fix conversationhandler timeout (#1032)
* Fix conversationhandler

As found by @nmlorg and described in #1031

closes #1031

* adding another test and definitely finish conversationhandler

It seems another problem was when the job executed the timeout, it wasn;t removed from `self.conversation_timeouts` which made it still fail because job would be present in the handler dict, although it was already disabled.
This should fix it properly.
2018-03-05 12:18:40 +01:00
..
__init__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
callbackqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresulthandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
commandhandler.py CommandHandler - ignore strings in entities and "/" followed by whitespace (#1020) 2018-03-01 10:11:16 +02:00
conversationhandler.py Fix conversationhandler timeout (#1032) 2018-03-05 12:18:40 +01:00
dispatcher.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
filters.py Remove deprecated code (#1012) 2018-02-22 14:17:06 +02:00
handler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
jobqueue.py Remove deprecated code (#1012) 2018-02-22 14:17:06 +02:00
messagehandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
messagequeue.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
precheckoutqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
regexhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
shippingqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
stringcommandhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
stringregexhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
typehandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
updater.py Updater improvements (#1018) 2018-03-02 23:11:16 +02:00