From 71dbf8712d7f8a181c6f724cbb9ea002a280edb1 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 14 Jun 2018 22:58:09 -0400 Subject: Fix polls --- 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 a05739a..448b18b 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -232,6 +232,7 @@ Serve.prototype.publishPollPosition = function (cb) { version: 'v1', channel: this.data.channel || undefined, root: this.data.poll_root, + reason: this.data.poll_reason, details: { type: this.data.poll_type, choice: this.data.poll_choice -- cgit v1.2.3