mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 01:46:51 +00:00
BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -cda31fb755
This commit is contained in:
parent
3ab8cfbc14
commit
1bf6c3faad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue