mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
dict, lazy_set: Rename del method to delete, for consistency with Map.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
0e657756f1
commit
fe54e73c77
@@ -51,7 +51,7 @@ exports.get_status_text = function (user_id) {
|
||||
|
||||
exports.set_status_text = function (opts) {
|
||||
if (!opts.status_text) {
|
||||
user_info.del(opts.user_id);
|
||||
user_info.delete(opts.user_id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user