This commit is contained in:
Bryan Ashby 2019-06-30 19:25:47 -06:00
parent fdce4c939c
commit 2f391bdbab
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(
return callback(err);
});
},
function getLastReadMesageId(callback) {
function getLastReadMessageId(callback) {
// messageList entries can contain |isNew| if they want to be considered new
if(configProvidedMessageList) {
self.lastReadId = 0;