pvillard31 commented on code in PR #9230:
URL: https://github.com/apache/nifi/pull/9230#discussion_r1771427289
##########
nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/src/main/java/org/apache/nifi/processors/slack/ListenSlack.java:
##########
@@ -96,6 +98,8 @@ public class ListenSlack extends AbstractProcessor {
"The Processor is to receive only slack messages that mention the bot
user (App Mention Events)");
static final AllowableValue RECEIVE_COMMANDS = new AllowableValue("Receive
Commands", "Receive Commands",
"The Processor is to receive Commands from Slack that are specific to
your application. The Processor will not receive Message Events.");
+ static final AllowableValue MEMBER_JOINED_CHANNEL_EVENTS = new
AllowableValue("Member Joined Channel", "Member Joined Channel",
Review Comment:
Done, thanks @exceptionfactory !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]