Issue: removes undeeded param on prepend which could cause issues with home
This commit is contained in:
parent
7ee8b5a333
commit
2d714b22f0
1 changed files with 1 additions and 5 deletions
|
@ -343,11 +343,7 @@ SilicaListView {
|
|||
}
|
||||
}
|
||||
if (mode === "prepend" && model.count) {
|
||||
if ( linknext === "" ) {
|
||||
p.push({name:'since_id', data: model.get(0).id})
|
||||
} else {
|
||||
p.push({name: 'min_id', data: linknext})
|
||||
}
|
||||
}
|
||||
|
||||
// to keep the number of params the same for all requests
|
||||
|
|
Loading…
Reference in a new issue