summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app')
-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