Skip to content

Commit

Permalink
Merge pull request #3195 from matrix-org/travis/msc1772-7E
Browse files Browse the repository at this point in the history
Change space's valid `order` range to 0x7E
  • Loading branch information
turt2live authored and richvdh committed Aug 27, 2021
2 parents fca6992 + eecdcf4 commit 96b86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/1772-groups-as-rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ relationship can be expressed in one of two ways:
`origin_server_ts` of their `m.room.create` events, or ascending
lexicographic order of their `room_id`s in case of equal
`origin_server_ts`. `order`s which are not strings, or do not consist
solely of ascii characters in the range `\x20` (space) to `\x7F` (`~`), or
solely of ascii characters in the range `\x20` (space) to `\x7E` (`~`), or
consist of more than 50 characters, are forbidden and the field should be
ignored if received.)

Expand Down

0 comments on commit 96b86b0

Please sign in to comment.