Commit e0e667dca8be7d064a77ec0c76dbf21194a2cd99
Uniquify issues lists
cel committed on 10/18/2016, 6:48:47 PMParent: 86e30c2132c7ccdeca4487c61825ee52423cfc32
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -209,8 +209,9 @@ | ||
209 | 209 … | opts.type = 'issue' |
210 | 210 … | return pull( |
211 | 211 … | // TODO: use links2 for this |
212 | 212 … | ssb.messagesByType(opts), |
213 … | + pull.unique('key'), | |
213 | 214 … | pull.filter(function (msg) { |
214 | 215 … | return (!opts.project || opts.project == msg.value.content.project) |
215 | 216 … | && (!opts.author || opts.author == msg.value.author) |
216 | 217 … | }), |
Built with git-ssb-web