mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00

* Don't process feed/item titles that aren't actually strings Another case of empty-tag with attributes, these would occasionally parse into non-string objects and make us crash when trying to stripHtml on them. * Changelog * Add tests for not-quite-empty <title> tags in feeds --------- Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com>