mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Rename all function on MessageList to all_messages.
This commit is contained in:
@@ -523,7 +523,7 @@ exports.MessageList.prototype = {
|
||||
this.rerender();
|
||||
},
|
||||
|
||||
all: function MessageList_all() {
|
||||
all_messages: function MessageList_all_messages() {
|
||||
return this._items;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user