dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

skip() marks all unread messages as read before bouncing off #156

Closed dgets closed 9 years ago

dgets commented 9 years ago

Just noticed as I was doing a documentation pass through ddoc2.js that skip() is currently set up to mark all messages as read before it bounces off to the next message sub/room. This is absolutely not what we want it to be doing. DOC has always used the 's'kip function to just bypass a room temporarily, leaving the messages unread for the next time a user comes around and feels like reading that particular group of shit. This needs to be fixed.