summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-19 06:05:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-19 06:05:44 +0900
commitd15cce53374468a511c29b83b689b312092d0322 (patch)
tree49f5be5736e26b75ffd70efb298fd01bf1948011 /src
parent[Client] Fix #2764 (diff)
downloadsharkey-d15cce53374468a511c29b83b689b312092d0322.tar.gz
sharkey-d15cce53374468a511c29b83b689b312092d0322.tar.bz2
sharkey-d15cce53374468a511c29b83b689b312092d0322.zip
[Client] Show more images
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/pages/user/home.photos.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/user/home.photos.vue b/src/client/app/mobile/views/pages/user/home.photos.vue
index bbd9c79631..95b867a51f 100644
--- a/src/client/app/mobile/views/pages/user/home.photos.vue
+++ b/src/client/app/mobile/views/pages/user/home.photos.vue
@@ -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) {