mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Creates a helper function in `message_edit.js` that loops over a message's edit history to see if a stream and topic pair existed at some point in the message history. Exports `util.lower_same` function to use for comparing edit history topics as lowercase. Also adds test for new function in `mesage_edit` node tests.