Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abalabahaha committed Jun 9, 2016
1 parent 5133096 commit 2cd1104
Show file tree
Hide file tree
Showing 32 changed files with 42,795 additions and 7,186 deletions.
2 changes: 1 addition & 1 deletion docs/docs_client.rst
Expand Up @@ -286,7 +286,7 @@ Attempts to delete a message
- **callback** - `function` that takes the following parameters:
- **error** - error object if any occurred

deleteMessages(messages, `options`, `callback`)
deleteMessages(messages, `callback`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Attempts to bulk delete messages from the same channel
Expand Down
1,874 changes: 524 additions & 1,350 deletions lib/Client/Client.js

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions lib/Client/ConnectionState.js
@@ -1,11 +1 @@
"use strict";

exports.__esModule = true;
exports["default"] = {
IDLE: 0,
LOGGING_IN: 1,
LOGGED_IN: 2,
READY: 3,
DISCONNECTED: 4
};
module.exports = exports["default"];
"use strict";exports.__esModule = true;exports["default"] = {IDLE:0,LOGGING_IN:1,LOGGED_IN:2,READY:3,DISCONNECTED:4};module.exports = exports["default"];

0 comments on commit 2cd1104

Please sign in to comment.