mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
`rendered_content` in historical messages may be empty; examining the history of them may thus require diff'ing two empty strings, which itself produces an empty string. Use `lxml.html.fragment_fromstring` to be able to successfully parse these, rather than 500. Part of #19559.
596 B
596 B