-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
🛠 refactorchange type: refactorchange type: refactor
Description
More precisely, check if we can call set_webhook automatically in more cases. Things to consider:
- As of API 5.0 we have the
drop_pending_updatesparameter, so we can handle thecleanlogic more elegantly - SSL-settings can be applicable at two different "positions": the URL where TG sends the updates to and the webhookserver, where we fetch them. those two are not necessarily the same (e.g. reverse proxy)
- citing jannes: "I think we could use the cert to set the webhook if available, but only use it for SSL termination if there is also a key provided" (which needs to be double checked)
Metadata
Metadata
Assignees
Labels
🛠 refactorchange type: refactorchange type: refactor