1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-10 07:22:27 +03:00

Update src/client.js

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Travis Ralston
2019-09-02 11:06:54 -06:00
committed by GitHub
parent 6d5a0c2718
commit 03cccef805

View File

@@ -3985,7 +3985,7 @@ MatrixClient.prototype.whoisSynapseUser = function(userId) {
* Deactivates a user using Synapse's administrator API. <strong>This
* function is implementation specific and may change as a result.</strong>
* @param {string} userId the User ID to deactivate.
* @return {object} the deactive response - see Synapse docs for information.
* @return {object} the deactivate response - see Synapse docs for information.
*/
MatrixClient.prototype.deactivateSynapseUser = function(userId) {
const path = utils.encodeUri(