Limit chat display names to 30 characters. Closes #1919
This commit is contained in:
@@ -13,6 +13,8 @@ const (
|
||||
DataDirectory = "data"
|
||||
// EmojiDir is relative to the webroot.
|
||||
EmojiDir = "/img/emoji"
|
||||
// MaxChatDisplayNameLength is the maximum length of a chat display name.
|
||||
MaxChatDisplayNameLength = 30
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user