mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
dict: Replace with Map.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
7cc16757aa
commit
2868b7c3e3
@@ -16,7 +16,7 @@ let my_user_id;
|
||||
// We have an init() function so that our automated tests
|
||||
// can easily clear data.
|
||||
exports.init = function () {
|
||||
// The following three Dicts point to the same objects
|
||||
// The following three dicts point to the same objects
|
||||
// (all people we've seen), but people_dict can have duplicate
|
||||
// keys related to email changes. We want to deprecate
|
||||
// people_dict over time and always do lookups by user_id.
|
||||
|
||||
Reference in New Issue
Block a user