diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/send/send-delete.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/send/send-delete.ts b/server/lib/activitypub/send/send-delete.ts index c49cda04f..8193790b3 100644 --- a/server/lib/activitypub/send/send-delete.ts +++ b/server/lib/activitypub/send/send-delete.ts | |||
@@ -27,7 +27,7 @@ async function sendDeleteVideo (video: VideoInstance, t: Transaction) { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | async function sendDeleteAccount (account: AccountInstance, t: Transaction) { | 29 | async function sendDeleteAccount (account: AccountInstance, t: Transaction) { |
30 | const data = await deleteActivityData(account.url, account) | 30 | const data = deleteActivityData(account.url, account) |
31 | 31 | ||
32 | return broadcastToFollowers(data, account, [ account ], t) | 32 | return broadcastToFollowers(data, account, [ account ], t) |
33 | } | 33 | } |