mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 00:22:25 -05:00
update to set requesting account when deleting status (#2849)
This commit is contained in:
parent
cef9924d9a
commit
c67bbe5ba0
1 changed files with 5 additions and 4 deletions
|
|
@ -57,6 +57,7 @@ func (f *federatingDB) Delete(ctx context.Context, id *url.URL) error {
|
||||||
APActivityType: ap.ActivityDelete,
|
APActivityType: ap.ActivityDelete,
|
||||||
GTSModel: s,
|
GTSModel: s,
|
||||||
ReceivingAccount: receivingAcct,
|
ReceivingAccount: receivingAcct,
|
||||||
|
RequestingAccount: requestingAcct,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue