Skip to content
Snippets Groups Projects
Commit 107d9fd2 authored by mei23's avatar mei23
Browse files

Fix list load-more is not working

parent 4116b9ea
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ export default Vue.extend({
more() {
this.moreFetching = true;
(this as any).api('notes/list-timeline', {
(this as any).api('notes/user-list-timeline', {
listId: this.list.id,
limit: fetchLimit + 1,
untilId: (this.$refs.timeline as any).tail().id,
......
......@@ -62,7 +62,7 @@ export default Vue.extend({
more() {
this.moreFetching = true;
(this as any).api('notes/list-timeline', {
(this as any).api('notes/user-list-timeline', {
listId: this.list.id,
limit: fetchLimit + 1,
untilId: (this.$refs.timeline as any).tail().id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment