aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-07-27 10:59:40 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2018-07-27 11:08:30 -1000
commit4f86d04add9a78d06f582d0129f07027154e1d6a (patch)
treea75de1913ffa81e584dfef301105471413c562ec /lib/render-msg.js
parentcab781470c10d358f770475c7b25d87e29f614bb (diff)
downloadpatchfoo-4f86d04add9a78d06f582d0129f07027154e1d6a.tar.gz
patchfoo-4f86d04add9a78d06f582d0129f07027154e1d6a.zip
Publish conformant poll-position messages
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r--lib/render-msg.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index d21f095..2e20d2f 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -1790,6 +1790,11 @@ RenderMsg.prototype.poll = function (cb) {
h('p', 'reason: ',
h('div', h('textarea', {name: 'poll_reason'}))
),
+ u.toArray(this.opts.branches).filter(function (branch) {
+ return branch !== self.msg.key
+ }).map(function (branch) {
+ return h('input', {type: 'hidden', name: 'branches', value: branch})
+ }),
h('p', h('input', {type: 'submit', value: 'preview publish position'}))
) : h('div', 'unknown poll type')
), cb)