mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Remove message_list:get_messages, which is redundant with all().
(imported from commit 100eb775b89c54c45f70cf903018bdaefa99d3f6)
This commit is contained in:
@@ -93,10 +93,6 @@ MessageList.prototype = {
|
||||
return this._hash[id];
|
||||
},
|
||||
|
||||
get_messages: function MessageList_get_mesages() {
|
||||
return this._items;
|
||||
},
|
||||
|
||||
num_items: function MessageList_num_items() {
|
||||
return this._items.length;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user