mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This is a pure code extraction. The current code is buggy with respect to user_ids with different lengths of digits, i.e. it does a naive lexical sort instead of a numerical sort. We'll fix that in the next commit.