From db322d192f69883f42770b927758a86435314593 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 6 Feb 2018 09:58:02 -0700 Subject: [PATCH] added note --- plugins/talk-plugin-akismet/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/talk-plugin-akismet/index.js b/plugins/talk-plugin-akismet/index.js index a368da505..4b0e7f997 100644 --- a/plugins/talk-plugin-akismet/index.js +++ b/plugins/talk-plugin-akismet/index.js @@ -9,6 +9,9 @@ const client = akismet.client({ }); let enabled = true; + +// TODO: when using a developer key, this is possible, the plus plan does not +// allow us to check the key. // let enabled = false; // client.verifyKey((err, valid) => { // if (err) {