synapse/changelog.d/18823.bugfix
Erik Johnston 4b43e6fe02
Handle rescinding invites over federation (#18823)
We should send events that rescind invites over federation.

Similarly, we should handle receiving such events. Unfortunately, the
protocol doesn't make it possible to fully auth such events, and so we
can only handle the case where the original inviter rescinded the invite
(rather than a room admin).

Complement test: https://github.com/matrix-org/complement/pull/797
2025-09-08 10:55:48 +01:00

2 lines
66 B
Plaintext

Fix bug where we did not send invite revocations over federation.