Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Account Suspension (MSC3823) #195

Merged
merged 5 commits into from
Dec 11, 2024
Merged

Conversation

aine-etke
Copy link
Member

@aine-etke aine-etke commented Dec 7, 2024

Unlike account locking, suspension allows the user to have a (largely) readonly view of their account. Homeserver administrators and moderators may use this functionality to temporarily deactivate an account, or place conditions on the account's experience. Critically, like locking, account suspension is reversible, unlike the deactivation mechanism currently available in Matrix - a destructive, irreversible, action.

This PR adds support MSC3823 that was implemented in Synapse. Unfortunately, not all API endpoints support it, but they will eventually

@aine-etke aine-etke changed the title Add support for MSC3823 - Account Suspension Add support for Account Suspension (MSC3823) Dec 11, 2024
@aine-etke aine-etke marked this pull request as ready for review December 11, 2024 16:51
@aine-etke aine-etke merged commit 687e336 into main Dec 11, 2024
1 check passed
@aine-etke aine-etke deleted the add-account-suspention branch December 11, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant