This commit is contained in:
tamaina 2025-07-19 00:31:36 +09:00
parent 306fe94092
commit 002e69d8c8
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ export class ApDeliverManagerService {
* Deliver activity to followers
* @param actor
* @param activity Activity
* @param forceMainKey Force to use main (rsa) key
*/
@bindThis
public async deliverToFollowers(actor: { id: MiLocalUser['id']; host: null; }, activity: IActivity): Promise<void> {