1
0

Merge pull request #5906 from matrix-org/neilj/increase_display_name_limit

This commit is contained in:
Andrew Morgan
2020-02-21 11:32:00 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/5906.feature Normal file
View File

@@ -0,0 +1 @@
Increase max display name size to 256.

View File

@@ -39,7 +39,7 @@ from ._base import BaseHandler
logger = logging.getLogger(__name__)
MAX_DISPLAYNAME_LEN = 100
MAX_DISPLAYNAME_LEN = 256
MAX_AVATAR_URL_LEN = 1000