@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Guy Warner and committed by
epriestley
bb06e369 0bf19df7

+1 -1
+1 -1
resources/chatbot/example_config.json
··· 9 9 "PhabricatorBotObjectNameHandler", 10 10 "PhabricatorBotSymbolHandler", 11 11 "PhabricatorBotLogHandler", 12 + "PhabricatorBotFeedNotificationHandler", 12 13 "PhabricatorBotWhatsNewHandler", 13 - "PhabricatorBotDifferentialNotificationHandler", 14 14 "PhabricatorBotMacroHandler" 15 15 ], 16 16