mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 19:45:08 +00:00
New join default now SCG in #welcome-to-hack-club (#172)
This commit is contained in:
parent
36aa828fb1
commit
34b2246120
3 changed files with 7 additions and 3 deletions
|
|
@ -147,7 +147,7 @@ GEM
|
|||
block_cipher_kit (0.0.4)
|
||||
bootsnap (1.21.0)
|
||||
msgpack (~> 1.2)
|
||||
brakeman (7.1.2)
|
||||
brakeman (8.0.1)
|
||||
racc
|
||||
browser (6.2.0)
|
||||
builder (3.3.0)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ module OnboardingScenarios
|
|||
|
||||
def slack_onboarding_flow = :internal_tutorial
|
||||
|
||||
def slack_channels = Rails.configuration.slack_channels.slice(:waiting_room).values
|
||||
def slack_channels = Rails.configuration.slack_channels.slice(:welcome_to_hack_club).values
|
||||
|
||||
def promotion_channels = Rails.configuration.slack_channels.slice(:announcements, :welcome, :ship, :neighbourhood, :library, :lounge).values
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,11 +8,15 @@ production:
|
|||
lounge: C0266FRGV
|
||||
pyramid-scheme: C07N1TCHY3T
|
||||
waiting_room: C0A24UHUMA7
|
||||
#Below: new welcome channel added Jan 2026. This will
|
||||
#need to be replaced with a channel name once we implement
|
||||
#automatic retiring and renaming of the welcome channel //EPS
|
||||
welcome_to_hack_club: C0A9PMV58R5
|
||||
shared:
|
||||
announcements: C09N763H20Z
|
||||
library: C09MMSJSUKV
|
||||
ship: C09MS75D9NJ
|
||||
welcome: C09MQR23085
|
||||
welcome_to_hack_club: C0A9PMV58R5
|
||||
hq_eng: C09N76HCM9P
|
||||
neighbourhood: C09MU9EC9GA
|
||||
lounge: C09NNJRQGP2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue