git ssb

7+

dinoworm 🐛 / patchcore



Commit e12ebead4d7ea7822d39659718fe98175f3868de

whoops: fix up contacts

Matt McKegg committed on 6/12/2017, 1:49:51 PM
Parent: a1c9fd5d55410d71adcc2eb1d35758b9e531a3a5

Files changed

contact/obs.jschanged
contact/obs.jsView
@@ -98,9 +98,9 @@
9898 }
9999 }
100100
101101 function computedIds (state, key, compare, sync) {
102- var obs = computed([state, 'following', true], getIds)
102 + var obs = computed([state, key, true], getIds)
103103 obs.sync = sync
104104 return obs
105105 }
106106

Built with git-ssb-web