mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 08:10:14 -05:00
Merge pull request #5906 from matrix-org/neilj/increase_display_name_limit
Increase profile display name limit
This commit is contained in:
commit
ccb15a5bbe
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue