git ssb

7+

dinoworm ๐Ÿ› / patchcore



Commit dcb68fb50cc8bee039bf3b455495c4057767384e

contact.obs: whoops fix blockers

#33
Matt McKegg committed on 9/29/2017, 10:05:17 AM
Parent: b78fb2776fa75902fd8505a5defc377fbbf37101

Files changed

contact/obs.jschanged
contact/obs.jsView
@@ -29,9 +29,9 @@
2929
3030 following: (key) => matchingValueKeys(get(key, cache), true),
3131 followers: (key) => matchingValueKeys(get(key, reverseCache), true),
3232 blocking: (key) => matchingValueKeys(get(key, cache), false),
33- blockers: (key) => matchingValueKeys(get(key, reverseCache), true)
33+ blockers: (key) => matchingValueKeys(get(key, reverseCache), false)
3434 },
3535 'sbot.hook.publish': function (msg) {
3636 if (!isContact(msg)) return
3737

Built with git-ssb-web