mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 03:44:24 -05:00
Increase max display name limit
This commit is contained in:
parent
8767b63a82
commit
27d3fc421a
1
changelog.d/5906.feature
Normal file
1
changelog.d/5906.feature
Normal file
@ -0,0 +1 @@
|
||||
Increase max display name size to 256.
|
@ -34,7 +34,7 @@ from ._base import BaseHandler
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
MAX_DISPLAYNAME_LEN = 100
|
||||
MAX_DISPLAYNAME_LEN = 256
|
||||
MAX_AVATAR_URL_LEN = 1000
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user