Member
Note:
For people stumbling upon this: After releasing this PR in v13.4 we became aware that is was unintentioally breaking. See here for details.
When ready closes #2416
Already tested
- polling
- nginx reverse proxy webhooks with letsencrypt (not passing
certto TG) & with self-signed certificate (passingcertto TG)
To be done:
- test having the built-in Webserver handle the SSL stuff. IISC I can't test that on my lolcal setup, though …
- double check if docs are updated enough
- unit tests
- add dreprecation of
cleanto Deprecation: v15 #2347
This also
- deprecated the
cleanargument in favor ofdrop_pending_updatesas a) that conforms with the TG nomenclature, b) that name is more speaking - adds the
ip_addressparameter ofset_webhooktostart_webhook(tbh I don't really understand what it's good for, do we need some special casing for that?)
When ready:
- Update the wiki page on webhooks according to the changes
Checklist for PRs
- Added
.. versionadded:: version,.. versionchanged:: versionor.. deprecated:: versionto the docstrings for user facing changes (I did that but leaving it as todo here so we double check the version number before merging)
Bibo-Joshi
changed the title
Get started
Improve set_webhook
Member
test having the built-in Webserver handle the SSL stuff. IISC I can't test that on my lolcal setup, though …
I can, I did, I can confirm it worked.
Member Author
On the last run, Codecov didn't show results for some reason, but the PR looks okay in the dashboard.
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM