This commit is contained in:
syuilo 2018-06-09 06:25:41 +09:00
parent e0a6d9740c
commit bdec56a543
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default Vue.extend({
fetchMoreNotifications() {
this.fetchingMoreNotifications = true;
const max = 30;
const max = 20;
(this as any).api('i/notifications', {
limit: max + 1,