Skip to content

Commit 250f0e4

Browse files
Fix typos
1 parent adc867d commit 250f0e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/2689-fix-e2ee-for-guests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
MSC751 suggested to allow guests to use several endpoints in order to allow guests to use E2EE.
44
I found that guests are able to join encrypted rooms and read messages from other members. But when the
5-
guest wants to send an event into the room the client receives an "guest access not allowed" error
6-
for the `/rooms/room_id/members` endpoint. I assume the client tries to read the list of room members
5+
guest wants to send an event into the room the client receives a "guest access not allowed" error
6+
for the `/rooms/{room_id}/members` endpoint. I assume the client tries to read the list of room members
77
to prepare the encryption of the event for the present members. Tests with a patched Synapse showed that
88
allowing guests to use this endpoint results in a normal behaviour and enables guests to communicate in
99
encrypted rooms.
1010

1111

1212
## Proposal
1313

14-
Allow guests to use the `GET /_matrix/client/r0/rooms/<room_id>/members` endpoint to enable them to
14+
Allow guests to use the `GET /_matrix/client/r0/rooms/{room_id}/members` endpoint to enable them to
1515
operate properly in encrypted rooms.
1616

1717

0 commit comments

Comments
 (0)