(fix): don't do anything if the entity isn't an image or video
closes #925
0/1 thread resolved
changed milestone to %Misc. Q4 2019
added Sprint::10/09 - Pink Panther Squad::Yellow scoped labels
added MR::Requires Changes scoped label
- Owner
Linting issues @eiennohi
36 36 return Factory::response(['status' => 'error']); 37 37 } 38 38 39 if (!in_array(['object:video', 'object:image'], $entity->type)) { - Owner
type will always be object?