summary refs log tree commit diff
path: root/docs/sphinx (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-31Explicitly check that tombstone is a state event before notifying.Erik Johnston1-1/+7
2019-07-31Change user deactivated errcode to USER_DEACTIVATED and use it (#5686)Andrew Morgan2-1/+3
This is intended as an amendment to #5674 as using M_UNKNOWN as the errcode makes it hard for clients to differentiate between an invalid password and a deactivated user (the problem we were trying to solve in the first place). M_UNKNOWN was originally chosen as it was presumed than an MSC would have to be carried out to add a new code, but as Synapse often is the testing bed for new MSC implement