aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-02-26 16:26:26 +1300
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-02-26 16:26:26 +1300
commit14d3b867cc3d16b8179f0c62118690a74d5b8775 (patch)
tree74bfc05da6c2055ebecfa1ae5a5ec384948eeb75
parentb12aaed21a4ecc442bcb3f19d14471abda18d290 (diff)
downloadpatchfoo-14d3b867cc3d16b8179f0c62118690a74d5b8775.tar.gz
patchfoo-14d3b867cc3d16b8179f0c62118690a74d5b8775.zip
Don't consider reason to be an about property
-rw-r--r--lib/about.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/about.js b/lib/about.js
index 5f1c618..ecaab28 100644
--- a/lib/about.js
+++ b/lib/about.js
@@ -20,6 +20,7 @@ About.prototype.createAboutOpStream = function (id) {
return key !== 'about'
&& key !== 'type'
&& key !== 'recps'
+ && key !== 'reason'
}).map(function (key) {
var value = c[key]
return {