Fix list load-more is not working
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mei23
					mei23