fixed problems with mentions
This commit is contained in:
parent
0bf0324702
commit
1c12e5b375
4 changed files with 36 additions and 28 deletions
|
@ -14,7 +14,7 @@ function(Core, APICalls, HostApp, URI) {
|
|||
this.action = "timeline";
|
||||
this.reload_blocked = false;
|
||||
|
||||
this.posts_limit = 4;
|
||||
this.posts_limit = 25;
|
||||
this.max_length = 200;
|
||||
this.timeout = 10 * 1000; // every 10 seconds
|
||||
this.since_id = null;
|
||||
|
|
Reference in a new issue