git ssb

0+

cel / ssb-issues



Commit e0e667dca8be7d064a77ec0c76dbf21194a2cd99

Uniquify issues lists

cel committed on 10/18/2016, 6:48:47 PM
Parent: 86e30c2132c7ccdeca4487c61825ee52423cfc32

Files changed

index.jschanged
index.jsView
@@ -209,8 +209,9 @@
209209 opts.type = 'issue'
210210 return pull(
211211 // TODO: use links2 for this
212212 ssb.messagesByType(opts),
213 + pull.unique('key'),
213214 pull.filter(function (msg) {
214215 return (!opts.project || opts.project == msg.value.content.project)
215216 && (!opts.author || opts.author == msg.value.author)
216217 }),

Built with git-ssb-web