From 507e2f727ea9a0df53f277a8e6859856d7655464 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 28 Feb 2019 11:44:16 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=82=80=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=95=B0=E3=82=92=E5=A2=97=E3=82=84=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/mobile/views/components/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue index cb8783fa3..b129ad54a 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