Skip to content
Snippets Groups Projects
Commit 26efd6f1 authored by Emmanuel ROHEE's avatar Emmanuel ROHEE Committed by Paul "LeoNerd" Evans
Browse files

BF: presence PUT requests stopped to work with old "state" param yesterday...

BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
parent 9faf7807
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,7 @@ angular.module('matrixService', []) ...@@ -434,7 +434,7 @@ angular.module('matrixService', [])
var path = "/presence/$user_id/status"; var path = "/presence/$user_id/status";
path = path.replace("$user_id", config.user_id); path = path.replace("$user_id", config.user_id);
return doRequest("PUT", path, undefined, { return doRequest("PUT", path, undefined, {
state: presence presence: presence
}); });
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment