diff --git a/extend.php b/extend.php index c9956637..82eeee53 100644 --- a/extend.php +++ b/extend.php @@ -74,10 +74,10 @@ ->load('tags'), (new Extend\ApiController(FlarumController\ShowDiscussionController::class)) - ->addInclude(['tags', 'tags.state']), + ->addInclude(['tags', 'tags.state', 'tags.parent']), (new Extend\ApiController(FlarumController\CreateDiscussionController::class)) - ->addInclude(['tags', 'tags.state']), + ->addInclude(['tags', 'tags.state', 'tags.parent']), (new Extend\ApiController(FlarumController\ShowForumController::class)) ->addInclude(['tags', 'tags.parent'])