[CORE][SCOPE] Implement basic visibility in feeds

This commit is contained in:
2021-12-26 03:44:14 +00:00
parent d4bc1d097d
commit 3e13765f62
8 changed files with 104 additions and 45 deletions

View File

@@ -138,7 +138,7 @@ abstract class Controller extends AbstractController implements EventSubscriberI
// XXX: Could we do this differently?
if (is_subclass_of($controller, FeedController::class)) {
$this->vars = FeedController::post_process($this->vars);
$this->vars = FeedController::postProcess($this->vars);
}
// Respond in the most preferred acceptable content type