mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -cda31fb755
This commit is contained in:
parent
9faf780740
commit
26efd6f151
@ -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…
Reference in New Issue
Block a user