update to set requesting account when deleting status (#2849)

This commit is contained in:
kim 2024-04-17 16:54:40 +01:00 committed by GitHub
parent cef9924d9a
commit c67bbe5ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -57,6 +57,7 @@ func (f *federatingDB) Delete(ctx context.Context, id *url.URL) error {
APActivityType: ap.ActivityDelete,
GTSModel: s,
ReceivingAccount: receivingAcct,
RequestingAccount: requestingAcct,
})
}