clean up
This commit is contained in:
parent
306fe94092
commit
002e69d8c8
|
@ -208,7 +208,6 @@ export class ApDeliverManagerService {
|
||||||
* Deliver activity to followers
|
* Deliver activity to followers
|
||||||
* @param actor
|
* @param actor
|
||||||
* @param activity Activity
|
* @param activity Activity
|
||||||
* @param forceMainKey Force to use main (rsa) key
|
|
||||||
*/
|
*/
|
||||||
@bindThis
|
@bindThis
|
||||||
public async deliverToFollowers(actor: { id: MiLocalUser['id']; host: null; }, activity: IActivity): Promise<void> {
|
public async deliverToFollowers(actor: { id: MiLocalUser['id']; host: null; }, activity: IActivity): Promise<void> {
|
||||||
|
|
Loading…
Reference in New Issue