|
@@ -616,7 +616,6 @@ Slack.prototype.fetchHistory = function(target, cb, count) {
|
|
|
+"&count=" +(count || 100),
|
|
+"&count=" +(count || 100),
|
|
|
(status, resp) => {
|
|
(status, resp) => {
|
|
|
var history = [];
|
|
var history = [];
|
|
|
- console.log(count || 100);
|
|
|
|
|
if (status === 200 && resp && resp.ok) {
|
|
if (status === 200 && resp && resp.ok) {
|
|
|
var histo = this.history[target.id];
|
|
var histo = this.history[target.id];
|
|
|
if (!histo)
|
|
if (!histo)
|