Increase featured limit

This commit is contained in:
syuilo
2019-02-15 15:01:05 +09:00
parent 6752cf1d64
commit dff65810c6
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ export default Vue.extend({
(this.$refs.timeline as any).init(() => new Promise((res, rej) => {
this.$root.api('notes/featured', {
limit: 15,
limit: 20,
}).then(notes => {
res(notes);
this.fetching = false;