mirror of https://github.com/pixelfed/pixelfed.git
Update DirectMessageController, deliver direct delete activities to user inbox instead of sharedInbox
This commit is contained in:
parent
4cc66a838d
commit
d848792ad4
|
@ -835,7 +835,7 @@ class DirectMessageController extends Controller
|
|||
public function remoteDelete($dm)
|
||||
{
|
||||
$profile = $dm->author;
|
||||
$url = $dm->recipient->sharedInbox ?? $dm->recipient->inbox_url;
|
||||
$url = $dm->recipient->inbox_url;
|
||||
|
||||
$body = [
|
||||
'@context' => [
|
||||
|
|
Loading…
Reference in New Issue