Commit dcb68fb50cc8bee039bf3b455495c4057767384e
contact.obs: whoops fix blockers
#33Matt McKegg committed on 9/29/2017, 10:05:17 AM
Parent: b78fb2776fa75902fd8505a5defc377fbbf37101
Files changed
contact/obs.js | changed |
contact/obs.js | ||
---|---|---|
@@ -29,9 +29,9 @@ | ||
29 | 29 | |
30 | 30 | following: (key) => matchingValueKeys(get(key, cache), true), |
31 | 31 | followers: (key) => matchingValueKeys(get(key, reverseCache), true), |
32 | 32 | blocking: (key) => matchingValueKeys(get(key, cache), false), |
33 | - blockers: (key) => matchingValueKeys(get(key, reverseCache), true) | |
33 | + blockers: (key) => matchingValueKeys(get(key, reverseCache), false) | |
34 | 34 | }, |
35 | 35 | 'sbot.hook.publish': function (msg) { |
36 | 36 | if (!isContact(msg)) return |
37 | 37 |
Built with git-ssb-web