mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
update to set requesting account when deleting status (#2849)
This commit is contained in:
parent
cef9924d9a
commit
c67bbe5ba0
|
@ -57,6 +57,7 @@ func (f *federatingDB) Delete(ctx context.Context, id *url.URL) error {
|
|||
APActivityType: ap.ActivityDelete,
|
||||
GTSModel: s,
|
||||
ReceivingAccount: receivingAcct,
|
||||
RequestingAccount: requestingAcct,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue