perf(backend): Use ThinUser in admin/federation/remove-all-following
This commit is contained in:
		
							parent
							
								
									0ab50f87a2
								
							
						
					
					
						commit
						351bee325b
					
				|  | @ -39,7 +39,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { | |||
| 			const pairs = await Promise.all(followings.map(f => Promise.all([ | ||||
| 				this.usersRepository.findOneByOrFail({ id: f.followerId }), | ||||
| 				this.usersRepository.findOneByOrFail({ id: f.followeeId }), | ||||
| 			]))); | ||||
| 			]).then(([from, to]) => [{ id: from.id }, { id: to.id }]))); | ||||
| 
 | ||||
| 			this.queueService.createUnfollowJob(pairs.map(p => ({ from: p[0], to: p[1], silent: true }))); | ||||
| 		}); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue