The webhook listen parameter is ignored.
Steps to reproduce
-
Call `updater.start_webhook(listen='127.0.0.1')
-
See that python is listening and accepting connections on everything (0.0.0.0).
-
Look in the code and see that the listen parameter isn't passed into the actual http listener.
Expected behaviour
The webhook should listen only on the listen IP address, as documented.
Actual behaviour
The webhook is listening on all IP addresses.