mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update ActivityPub
This commit is contained in:
parent
d2823e64fa
commit
a5742f5729
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue