fixed problem with profile posts

This commit is contained in:
jeena 2013-09-09 10:05:02 +02:00
parent 06a3ff9540
commit 4d8bf41e3c
3 changed files with 4 additions and 7 deletions

View file

@ -450,7 +450,7 @@ function(HostApp, Core, APICalls, URI, Timeline) {
Profile.prototype.getStatuses = function() {
this.since_time = null;
Timeline.prototype.getNewData.call(this, {entities: this.entity});
}
@ -502,9 +502,6 @@ function(HostApp, Core, APICalls, URI, Timeline) {
type: "https://tent.io/types/subscription/v0#https://tent.io/types/status/v0"
};
debug(data)
debug(url)
APICalls.post(url, JSON.stringify(data), {
content_type: data.type,
callback: function(resp) {