mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
rename channels and set pubkey bridge key
This commit is contained in:
@ -21,9 +21,9 @@ package updater
|
||||
type UpdateChannel string
|
||||
|
||||
const (
|
||||
// LiveChannel is the channel all users are subscribed to by default.
|
||||
LiveChannel UpdateChannel = "live"
|
||||
// StableChannel is the channel all users are subscribed to by default.
|
||||
StableChannel UpdateChannel = "stable"
|
||||
|
||||
// BetaChannel is the channel users subscribe to when they enable "Early Access".
|
||||
BetaChannel UpdateChannel = "beta"
|
||||
// EarlyChannel is the channel users subscribe to when they enable "Early Access".
|
||||
EarlyChannel UpdateChannel = "early"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user