mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
When we changed our stream name model to treat stream names as case-insensitive, we didn't update populate_db to do the same. This commit makes that update, which is to use the lower-cased stream name for dictionary lookups and deduplication, but the original-case stream name for actually creating streams. (imported from commit fc32ec75a5ae286bce7ec86c6e6fb6893888cbd0)