[Client] Show more images

This commit is contained in:
syuilo 2018-12-19 06:05:44 +09:00
parent f2407179e9
commit 4299d40865

View file

@ -34,7 +34,7 @@ export default Vue.extend({
this.$root.api('users/notes', {
userId: this.user.id,
fileType: image,
limit: 6,
limit: 9,
untilDate: new Date().getTime() + 1000 * 86400 * 365
}).then(notes => {
for (const note of notes) {