Tests[SendWithPriority]
This commit is contained in:
@@ -86,6 +86,10 @@ func (u User) DefaultChannel() string {
|
||||
return "main"
|
||||
}
|
||||
|
||||
func (u User) DefaultPriority() int {
|
||||
return 1
|
||||
}
|
||||
|
||||
func (u User) MaxChannelNameLength() int {
|
||||
return 120
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user