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.
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.