From bb06e3698616eaaad53d0ac7d8133ed2151703a9 Mon Sep 17 00:00:00 2001 From: Guy Warner Date: Wed, 11 Jun 2014 09:36:30 -0700 Subject: [PATCH] Remove `PhabricatorBotDifferentialNotificationHandler` reference in example_config.json for phabot Summary: D9468 removed deprecated PhabricatorBotDifferentialNotificationHandler. So, lets remove it from the example json. Test Plan: Verify json is valid, launch a phabot instance with it Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9477 --- resources/chatbot/example_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/chatbot/example_config.json b/resources/chatbot/example_config.json index 670184eae0..b688d88c82 100644 --- a/resources/chatbot/example_config.json +++ b/resources/chatbot/example_config.json @@ -9,8 +9,8 @@ "PhabricatorBotObjectNameHandler", "PhabricatorBotSymbolHandler", "PhabricatorBotLogHandler", + "PhabricatorBotFeedNotificationHandler", "PhabricatorBotWhatsNewHandler", - "PhabricatorBotDifferentialNotificationHandler", "PhabricatorBotMacroHandler" ],