Added freely editable description_name field to channel
This commit is contained in:
@@ -95,6 +95,10 @@ func (u User) MaxChannelNameLength() int {
|
||||
return 120
|
||||
}
|
||||
|
||||
func (u User) MaxChannelDescriptionNameLength() int {
|
||||
return 300
|
||||
}
|
||||
|
||||
func (u User) MaxSenderName() int {
|
||||
return 120
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user