mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 18:30:47 +00:00
add back missing security context to direct messages
This commit is contained in:
parent
be6dc8ac47
commit
9e22b48a42
1 changed files with 1 additions and 0 deletions
|
@ -796,6 +796,7 @@ class DirectMessageController extends Controller
|
||||||
|
|
||||||
$body = [
|
$body = [
|
||||||
'@context' => [
|
'@context' => [
|
||||||
|
'https://w3id.org/security/v1',
|
||||||
'https://www.w3.org/ns/activitystreams',
|
'https://www.w3.org/ns/activitystreams',
|
||||||
],
|
],
|
||||||
'id' => $dm->status->permalink(),
|
'id' => $dm->status->permalink(),
|
||||||
|
|
Loading…
Reference in a new issue