BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -cda31fb755?diff=unified

pull/8/head
Emmanuel ROHEE 2014-09-04 15:10:43 +02:00
parent 3ab8cfbc14
commit 1bf6c3faad
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ angular.module('matrixService', [])
var path = "/presence/$user_id/status";
path = path.replace("$user_id", config.user_id);
return doRequest("PUT", path, undefined, {
state: presence
presence: presence
});
},