Skip to content
Snippets Groups Projects
Commit bdec56a5 authored by syuilo's avatar syuilo
Browse files

✌️

parent e0a6d974
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment