mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-24 14:55:08 -05:00
Relax account display name length limit (#39458)
This commit is contained in:
@@ -76,7 +76,7 @@ class Account < ApplicationRecord
|
||||
URL_PREFIX_RE = %r{\Ahttp(s?)://[^/]+}
|
||||
USERNAME_ONLY_RE = /\A#{USERNAME_RE}\z/i
|
||||
USERNAME_LENGTH_LIMIT = 30
|
||||
DISPLAY_NAME_LENGTH_LIMIT = 30
|
||||
DISPLAY_NAME_LENGTH_LIMIT = 40
|
||||
NOTE_LENGTH_LIMIT = 500
|
||||
|
||||
# Hard limits for federated content
|
||||
|
||||
Reference in New Issue
Block a user