mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/750 Closes #780 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Tess K <me@thvxl.se>
This commit is contained in:
		
						commit
						a150bc53ab
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -731,9 +731,10 @@ export class ApPersonService implements OnModuleInit { | |||
| 
 | ||||
| 		// Resolve and regist Notes
 | ||||
| 		const limit = promiseLimit<MiNote | null>(2); | ||||
| 		const maxPinned = (await this.roleService.getUserPolicies(user.id)).pinLimit; | ||||
| 		const featuredNotes = await Promise.all(items | ||||
| 			.filter(item => getApType(item) === 'Note')	// TODO: Noteでなくてもいいかも
 | ||||
| 			.slice(0, 5) | ||||
| 			.slice(0, maxPinned) | ||||
| 			.map(item => limit(() => this.apNoteService.resolveNote(item, { | ||||
| 				resolver: _resolver, | ||||
| 				sentFrom: new URL(user.uri), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue