hookshot/changelog.d/684.bugfix
Tadeusz Sośnierz 6c4bbc7150
When setting up a FeedConnection, check if the feed loads and parses rather than just checking the Content-Type (#684)
* When setting up a FeedConnection, check if the feed loads and parses rather than just checking the Content-Type

* Don't create a new Parser each time we fetch a feed

* Create 684.bugfix

---------

Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com>
Co-authored-by: Will Hunt <will@half-shot.uk>
2023-03-24 14:22:10 +00:00

2 lines
109 B
Plaintext

Don't check Content-Type of RSS feeds when adding a new connection, instead just check if the feed is valid.