Skip to content
Snippets Groups Projects
Unverified Commit ccb15a5b authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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

Increase profile display name limit
parents f5b50d08 27d3fc42
No related branches found
Tags v0.21.0-rc3
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment