100 -> 15
This commit is contained in:
@@ -642,8 +642,8 @@ export class ApPersonService implements OnModuleInit {
|
|||||||
await resolver.resolveOrderedCollectionPage(collection.first) :
|
await resolver.resolveOrderedCollectionPage(collection.first) :
|
||||||
collection;
|
collection;
|
||||||
|
|
||||||
// Perform activity but only the first 100 ones
|
// Perform activity but only the first 15 ones
|
||||||
await this.apInboxService.performActivity(user, firstPage, 100);
|
await this.apInboxService.performActivity(user, firstPage, 15);
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
|
Reference in New Issue
Block a user