mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
✌️
This commit is contained in:
parent
137a92b9ac
commit
f4ecbea8b3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue