mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Merge pull request #2123 from matrix-org/travis/fix-historical-ids
Exclude DEL from historical user IDs
This commit is contained in:
commit
d26cf7da92
|
|
@ -190,7 +190,7 @@ history includes events with a ``sender`` which does not conform. In order to
|
||||||
handle these rooms successfully, clients and servers MUST accept user IDs with
|
handle these rooms successfully, clients and servers MUST accept user IDs with
|
||||||
localparts from the expanded character set::
|
localparts from the expanded character set::
|
||||||
|
|
||||||
extended_user_id_char = %x21-39 / %x3B-7F ; all ascii printing chars except :
|
extended_user_id_char = %x21-39 / %x3B-7E ; all ascii printing chars except :
|
||||||
|
|
||||||
Mapping from other character sets
|
Mapping from other character sets
|
||||||
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue