This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Creating a room with invitees from non-federated HS fails, but the room is created though. #8137
Labels
A-Create-Room
A-Federation
A-Invite
Inviting users to rooms and accepting invites
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Z-Help-Wanted
We know exactly how to fix this issue, and would be grateful for any contribution
When a client creates a room with invite and federation is denied with the invitee HS, the client get a 403 with body
which is nice, but the room is actually created (no invitation is sent), which is a bit weird.
Synapse should ensure that it will be able to send invitations before creating the room, or create the room in memory and destroy it if something went wrong when sending the invitations.
Related workaround: element-hq/element-android#1969
The text was updated successfully, but these errors were encountered: