From 8f8f334d5eb06c64ab67e1ea266da696c54ad116 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 13 Apr 2017 02:24:35 -0700 Subject: Dig in channel --- lib/serve.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index 9137bc5..fe2ab39 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -143,6 +143,7 @@ Serve.prototype.publishJSON = function (cb) { Serve.prototype.publishVote = function (cb) { var content = { type: 'vote', + channel: this.data.channel || undefined, vote: { link: this.data.link, value: Number(this.data.value), -- cgit v1.2.3