fixed mentions badget and cursor
This commit is contained in:
parent
8a1e17d41c
commit
e8392eff7a
3 changed files with 161 additions and 105 deletions
|
@ -131,7 +131,7 @@ function(Core, APICalls, HostApp, URI) {
|
|||
uri.addSearch("types", post_types.join(","));
|
||||
//uri.addSearch("sort_by", "published_at");
|
||||
uri.addSearch("limit", this.posts_limit);
|
||||
uri.addSearch("max_refs", 20);
|
||||
//uri.addSearch("max_refs", 20);
|
||||
uri.addSearch("profiles", "entity");
|
||||
|
||||
if(this.since_time) {
|
||||
|
|
Reference in a new issue