We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef80a60 commit fc0e792Copy full SHA for fc0e792
1 file changed
ddoc2.js
@@ -380,12 +380,15 @@ docIface = {
380
*/
381
skip: function () {
382
// mark all messages as read in current room
383
- var mBase = msg_base.openNewMBase(bbs.cursub_code);
+ //var mBase = msg_base.openNewMBase(bbs.cursub_code);
384
385
+ /* this is the code that is leaving skip adjusting the message pointers
386
+ * that we really don't want to eff with; they need to stay the same
387
+ * for the next return to this sub
388
if (mBase != null) {
389
msg_area.sub[bbs.cursub_code].scan_ptr = mBase.total_msgs;
390
mBase.close();
- }
391
+ } */
392
// use findNew to change to next room with unread messages
393
this.findNew();
394
},
0 commit comments