mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The bulk deletion codepath was using dicts instead of user ids in the event, as opposed to the other codepath which was adjusted to pass just user ids before. We make the bulk codepath consistent with the other one. Due to the dict-type events happening in 3.*, we move the goal for deleting the compat code in process_notification to 5.0.