mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Instead of passing in a hash to template whose keys are a mixture of records and strings, we now pass in an array of records. This also removes a spurious if condition in the template that was a result of the janky data structure.