mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 22:05:07 +00:00
feat: add pyramid-scheme to ft promotion channels (#166)
* feat: add pyramid-scheme to ft promotion channels * chore: oops, forgot channel config
This commit is contained in:
parent
bfc2fd79b0
commit
a85e953b43
2 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ module OnboardingScenarios
|
|||
|
||||
def slack_channels = chans(:flavortown_bulletin, :flavortown_esplanade, :flavortown_help, :identity_help)
|
||||
|
||||
def promotion_channels = chans(:flavortown_construction, :library, :lounge, :welcome, :happenings, :community, :neighbourhood)
|
||||
def promotion_channels = chans(:flavortown_construction, :library, :lounge, :welcome, :happenings, :community, :neighbourhood, :pyramid_scheme)
|
||||
|
||||
def use_dm_channel? = false # slackbot is our friend!
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ production:
|
|||
hq_eng: C05SVRTCDGV
|
||||
neighbourhood: C01AS1YEM8A
|
||||
lounge: C0266FRGV
|
||||
pyramid-scheme: C07N1TCHY3T
|
||||
waiting_room: C0A24UHUMA7
|
||||
shared:
|
||||
announcements: C09N763H20Z
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue