feat: now server part supports multiple channels for the same type (#50)
This commit is contained in:
@@ -106,3 +106,9 @@ const (
|
||||
MessageSendStatusSent = 2
|
||||
MessageSendStatusFailed = 3
|
||||
)
|
||||
|
||||
const (
|
||||
ChannelStatusUnknown = 0
|
||||
ChannelStatusEnabled = 1
|
||||
ChannelStatusDisabled = 2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user