File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33MSC751 suggested to allow guests to use several endpoints in order to allow guests to use E2EE.
44I 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
77to prepare the encryption of the event for the present members. Tests with a patched Synapse showed that
88allowing guests to use this endpoint results in a normal behaviour and enables guests to communicate in
99encrypted 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
1515operate properly in encrypted rooms.
1616
1717
You can’t perform that action at this time.
0 commit comments