diff options
author | ReidAnderson <rbarryanderson@gmail.com> | 2019-05-20 05:20:08 -0500 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-20 11:20:08 +0100 |
commit | 3787133c9e3fcf0e9b85700418bf03c48ec86ab3 (patch) | |
tree | 5142e89481b5cb89354337cb2f70e0ad7a72842f /synapse | |
parent | fix mapping of return values for get_or_register_3pid_guest (#5177) (diff) | |
download | synapse-3787133c9e3fcf0e9b85700418bf03c48ec86ab3.tar.xz |
Limit UserIds to a length that fits in a state key (#5198)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/constants.py | 3 | ||||
-rw-r--r-- | synapse/handlers/register.py | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py |