renamed Followings into Caching and fixed #85 (adding more files to the commit)
This commit is contained in:
parent
34e3990af6
commit
dacd2ee019
5 changed files with 25 additions and 67 deletions
|
@ -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 {
|
||||
|
||||
|
|
Reference in a new issue