From 507e2f727ea9a0df53f277a8e6859856d7655464 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 28 Feb 2019 11:44:16 +0900 Subject: 読み込む通知数を増やした 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(-) (limited to 'src') 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 -- cgit v1.2.3-freya