diff --git a/lib/index.js b/lib/index.js index 306e4b4..f04074c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -230,7 +230,7 @@ function initConductor(peer, config) { if (subdomain === 'follows' && event === 'del') { teardownAccountGoals(theirID, theirRules) } - if (subdomain === 'block' && event === 'add') { + if (subdomain === 'blocks' && event === 'add') { teardownAccountGoals(theirID, theirRules) } })