fixed problem with profile posts
This commit is contained in:
parent
06a3ff9540
commit
4d8bf41e3c
3 changed files with 4 additions and 7 deletions
|
@ -14,7 +14,7 @@ function(Core, APICalls, HostApp, URI) {
|
|||
this.action = "timeline";
|
||||
this.reload_blocked = false;
|
||||
|
||||
this.posts_limit = 25;
|
||||
this.posts_limit = 50;
|
||||
this.max_length = 200;
|
||||
this.timeout = 10 * 1000; // every 10 seconds
|
||||
this.since_id = null;
|
||||
|
|
Reference in a new issue