git ssb

7+

dinoworm ๐Ÿ› / patchcore



Commit f120707982df391596bae10f1144b72fe1a25960

disable more obs temporarily

mix irving committed on 9/15/2017, 2:36:40 AM
Parent: 07b744af8d044a6cc9f20deae76832329371760f

Files changed

contact/obs.jschanged
contact/obs.jsView
@@ -7,9 +7,9 @@
77 'sbot.pull.stream': 'first'
88 })
99
1010 exports.gives = nest({
11- 'contact.obs': ['following', 'followers', 'blocking', 'blockers'],
11+ 'contact.obs': ['following', 'followers'], //, 'blocking', 'blockers'],
1212 'sbot.hook.publish': true
1313 })
1414
1515 exports.create = function (api) {

Built with git-ssb-web