mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This fixes the places where we use the result of .keys(), .items(), and .values() that wouldn't work with an iterator to wrap them with list().
This fixes the places where we use the result of .keys(), .items(), and .values() that wouldn't work with an iterator to wrap them with list().