git ssb

1+

punkmonk.termux / mvd



forked from ev / mvd

Commit e6815c959880f64278c238552b23f16dba1ca857

enable live stars

Ev Bogue committed on 2/4/2019, 3:54:53 PM
Parent: 2ab67531b8a5ecdd7419f3c8d9fa0ccee8cb9377

Files changed

tools.jschanged
tools.jsView
@@ -438,9 +438,9 @@
438438 function votes (msg) {
439439 var votes = h('div.votes')
440440 if (msg.key) {
441441 pull(
442- sbot.links({rel: 'vote', dest: msg.key/*, live: true*/ }),
442+ sbot.links({rel: 'vote', dest: msg.key, live: true }),
443443 pull.drain(function (link) {
444444 if (link.key) {
445445 sbot.get(link.key, function (err, data) {
446446 if (err) throw err

Built with git-ssb-web