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