mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
1e85de36e2
Followup to bd5c5c4b5f7b33a64cc12e2ba13e81767ac00edc, this commit hooks up the bulk delete events for chat messages inside the thread panel, by fanning out the deleted message IDs based on whether they belong to a thread or not. Also adds a system spec to cover this case, as previously the bulk delete event would have been broken with an incorrect `typ` rather than `type` hash key.