element-hq / element-hq/synapse

Can't join rooms as a guest over federation until a real user has joined that room from the same homeserver

Open
#2,065 0 comments 0 reactions 0 assignees View on GitHub
A-Federated-Join A-Federation A-Guests T-Defect
Dominant language
Python
Stars
4.6k
Forks
600
Avg merge
5d 22h
Merged PRs (30d)
51

Description

This issue has been migrated from [#2065](https://github.com/matrix-org/synapse/issues/2065).

---

1. Be a guest user
1. Be invited to a room with guest access permitted from a different HS

Join request is 403ed.

This is because synapse does a check for whether guests are allowed before anything else (https://github.com/matrix-org/synapse/blob/474c9aadbe542440bb7cd764a654518b5c36f851/synapse/handlers/room_member.py#L246) and if the invite is from a remote server, it doesn't yet have the guest_access state.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.