mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 14:06:09 +02:00
Fix lastReadId logic
This commit is contained in:
parent
5c580c1ecd
commit
a121d60c1b
2 changed files with 3 additions and 2 deletions
|
@ -129,7 +129,6 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
|||
}
|
||||
|
||||
this.noUpdateLastReadId = _.get(options, 'extraArgs.noUpdateLastReadId', config.noUpdateLastReadId) || false;
|
||||
console.log(this.noUpdateLastReadId);
|
||||
|
||||
this.isReady = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue