diff --git a/app/models/onboarding_scenarios/campfire.rb b/app/models/onboarding_scenarios/campfire.rb index 2039f36..b1c57d4 100644 --- a/app/models/onboarding_scenarios/campfire.rb +++ b/app/models/onboarding_scenarios/campfire.rb @@ -12,6 +12,8 @@ module OnboardingScenarios def slack_user_type = :multi_channel_guest + def slack_channels = chans(:campfire_flagship, :campfire_flagship_bulletin, :campfire_flagship_help) + def next_action = :home def logo_path = "images/campfire/cf-logo.png" diff --git a/config/slack_channels.yml b/config/slack_channels.yml index 24dff4f..6684d79 100644 --- a/config/slack_channels.yml +++ b/config/slack_channels.yml @@ -26,4 +26,7 @@ shared: community: C01D7AHKMPF blueprint: C083S537USC blueprint_support: C09CMJV6V6K - blueprint_announcements: C09D1C2BFKL \ No newline at end of file + blueprint_announcements: C09D1C2BFKL + campfire_flagship: C0A1GH3FY4T + campfire_flagship_bulletin: C0A6RKLB4UC + campfire_flagship_help: C0A6KLGRZQE \ No newline at end of file