git ssb

7+

dinoworm 🐛 / patchcore



Commit e26da8bb43ee4322240170dc15fa3b89df6ee0fa

fix accidental filtering out of new backlinks

Matt McKegg committed on 10/28/2017, 9:44:19 AM
Parent: 7e1f67391c61eada0ba43cb809a353c048a5f097

Files changed

message/obs/backlinks.jschanged
message/obs/backlinks.jsView
@@ -17,11 +17,8 @@
1717 return computed([api.backlinks.obs.for(id)], (msgs) => {
1818 return msgs.map(map).filter((backlink) => {
1919 return backlink.type !== 'vote' && backlink.type !== 'about'
2020 })
21- }, {
22- // objects coming down this stream will be immutable
23- comparer: (a, b) => a === b
2421 })
2522 }
2623
2724 function map (msg) {

Built with git-ssb-web