renamed Followings into Caching and fixed #85 (adding more files to the commit)

This commit is contained in:
Jeena Paradies 2012-12-07 09:18:02 +01:00
parent 34e3990af6
commit dacd2ee019
5 changed files with 25 additions and 67 deletions

View file

@ -72,9 +72,9 @@ function(HostApp, Core, Paths, URI) {
var url = URI(Paths.mkApiRootPath("/posts/" + id));
Paths.getURL(url.toString(), "GET", callback, null);
} else if(this.followings.followings[entity]) {
} else if(this.cache.followings[entity]) {
getRemoteStatus(this.followings.followings[entity].profile);
getRemoteStatus(this.cache.followings[entity].profile);
} else {