mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-12 20:49:29 +02:00
Spelling
This commit is contained in:
parent
fdce4c939c
commit
2f391bdbab
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(
|
||||||
return callback(err);
|
return callback(err);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
function getLastReadMesageId(callback) {
|
function getLastReadMessageId(callback) {
|
||||||
// messageList entries can contain |isNew| if they want to be considered new
|
// messageList entries can contain |isNew| if they want to be considered new
|
||||||
if(configProvidedMessageList) {
|
if(configProvidedMessageList) {
|
||||||
self.lastReadId = 0;
|
self.lastReadId = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue