diff --git a/qml/pages/components/MyList.qml b/qml/pages/components/MyList.qml index 9180729..3c7d486 100644 --- a/qml/pages/components/MyList.qml +++ b/qml/pages/components/MyList.qml @@ -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}) - } + p.push({name:'since_id', data: model.get(0).id}) } // to keep the number of params the same for all requests