mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +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>
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
Fix mishandling of empty feed/item title tags.
|