From eecdcf43ab681d8bf81ccd4f6ebdf6dbc6fa428c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 14 May 2021 15:54:14 -0600 Subject: [PATCH] Change space's valid `order` range to 0x7E 0x7F is DEL, which is clearly not intended by the proposal text. --- proposals/1772-groups-as-rooms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/1772-groups-as-rooms.md b/proposals/1772-groups-as-rooms.md index b6f60b38..1d431f84 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -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.)