summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-28 11:44:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-28 11:44:16 +0900
commit507e2f727ea9a0df53f277a8e6859856d7655464 (patch)
tree09d3b1b9b69c19460ea9ba85af709e3c252e793f /src
parent:art: (diff)
downloadsharkey-507e2f727ea9a0df53f277a8e6859856d7655464.tar.gz
sharkey-507e2f727ea9a0df53f277a8e6859856d7655464.tar.bz2
sharkey-507e2f727ea9a0df53f277a8e6859856d7655464.zip
読み込む通知数を増やした
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/components/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue
index cb8783fa3b..b129ad54aa 100644
--- a/src/client/app/mobile/views/components/notifications.vue
+++ b/src/client/app/mobile/views/components/notifications.vue
@@ -61,7 +61,7 @@ export default Vue.extend({
this.connection.on('notification', this.onNotification);
- const max = 10;
+ const max = 15;
this.$root.api('i/notifications', {
limit: max + 1