mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4803 from pixelfed/staging
Update DirectMessageController, revert delete delivery to sharedInbox
This commit is contained in:
commit
4bb97e1547
|
@ -837,7 +837,7 @@ class DirectMessageController extends Controller
|
|||
public function remoteDelete($dm)
|
||||
{
|
||||
$profile = $dm->author;
|
||||
$url = $dm->recipient->inbox_url;
|
||||
$url = $dm->recipient->sharedInbox ?? $dm->recipient->inbox_url;
|
||||
|
||||
$body = [
|
||||
'@context' => [
|
||||
|
|
Loading…
Reference in New Issue