1
0
Fork 0

Update ActivityPub

This commit is contained in:
Daniel Supernault 2019-02-25 14:25:20 -07:00
parent d2823e64fa
commit a5742f5729
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Helpers {
'actor' => 'required|string',
'object' => 'required',
'object.type' => 'required_if:type,Create',
//'object.attachment' => 'required_if:type,Create',
'object.attachment' => 'required_if:type,Create',
'object.attributedTo' => 'required_if:type,Create',
'published' => 'required_if:type,Create|date'
])->passes();