mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 09:46:49 +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 = [
|
||||
'@context' => [
|
||||
'https://w3id.org/security/v1',
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
],
|
||||
'id' => $dm->status->permalink(),
|
||||
|
|
Loading…
Reference in a new issue