Skip to content

Commit

Permalink
Enable prod and staging notifications for signalv2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 26, 2024
1 parent c40ee4c commit f70fef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ var bridgeNotifications = map[BridgeType][]BridgeUpdateNotification{
BridgeSignal: {},
BridgeSignalV2: {
{Environment: EnvDevelopment, Channel: ChannelStable, Bridge: BridgeSignal},
// {Environment: EnvStaging, Channel: ChannelStable, Bridge: BridgeSignal},
// {Environment: EnvProduction, Channel: ChannelInternal, DeployNext: true, Bridge: BridgeSignal},
{Environment: EnvStaging, Channel: ChannelStable, Bridge: BridgeSignal},
{Environment: EnvProduction, Channel: ChannelInternal, DeployNext: true, Bridge: BridgeSignal},
},
BridgeInstagram: defaultNotifications,
BridgeiMessagego: defaultNotifications,
Expand Down

0 comments on commit f70fef3

Please sign in to comment.