Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix typo: unpind -> unbind #11859

Merged
merged 4 commits into from Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/11859.doc
@@ -0,0 +1 @@
Fix typo in User Admin API: unpind -> unbind.
2 changes: 1 addition & 1 deletion docs/admin_api/user_admin_api.md
Expand Up @@ -343,7 +343,7 @@ An empty body may be passed for backwards compatibility.

The following actions are performed when deactivating an user:

- Try to unpind 3PIDs from the identity server
- Try to unbind 3PIDs from the identity server
- Remove all 3PIDs from the homeserver
- Delete all devices and E2EE keys
- Delete all access tokens
Expand Down