summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-04LintBrendan Abolivier1-1/+3
2019-10-04Don't 500 code when trying to exchange a revoked 3PID inviteBrendan Abolivier1-2/+13
While this is not documented in the spec (but should be), Riot (and other clients) revoke 3PID invites by sending a m.room.third_party_invite event with an empty ({}) content to the room's state. When the invited 3PID gets associated with a MXID, the identity server (which doesn't know about revocations)