Commit e6815c959880f64278c238552b23f16dba1ca857
enable live stars
Ev Bogue committed on 2/4/2019, 3:54:53 PMParent: 2ab67531b8a5ecdd7419f3c8d9fa0ccee8cb9377
Files changed
tools.js | changed |
tools.js | ||
---|---|---|
@@ -438,9 +438,9 @@ | ||
438 | 438 | function votes (msg) { |
439 | 439 | var votes = h('div.votes') |
440 | 440 | if (msg.key) { |
441 | 441 | pull( |
442 | - sbot.links({rel: 'vote', dest: msg.key/*, live: true*/ }), | |
442 | + sbot.links({rel: 'vote', dest: msg.key, live: true }), | |
443 | 443 | pull.drain(function (link) { |
444 | 444 | if (link.key) { |
445 | 445 | sbot.get(link.key, function (err, data) { |
446 | 446 | if (err) throw err |
Built with git-ssb-web