[ActivityStreamsTwo] Initial Actor support

Various bug fixes
This commit is contained in:
2021-09-14 17:15:37 +01:00
parent 1f3a6fe6ac
commit 365edbaff0
10 changed files with 217 additions and 34 deletions

View File

@@ -126,7 +126,7 @@ class Controller extends AbstractController implements EventSubscriberInterface
'accept_header' => $accept,
'vars' => $this->vars,
'response' => &$potential_response,
]) === Event::next) {
]) !== Event::stop) {
switch ($format) {
case 'html':
$event->setResponse($this->render($template, $this->vars));