From 1e8a0f930d4351ef7ee1ff1cb1a85011b045d4f9 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:00:46 +0000 Subject: [PATCH] fix: load actor.groups (#3716) --- framework/core/src/Api/Controller/ShowForumController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Api/Controller/ShowForumController.php b/framework/core/src/Api/Controller/ShowForumController.php index f9ba91c62..9194fc895 100644 --- a/framework/core/src/Api/Controller/ShowForumController.php +++ b/framework/core/src/Api/Controller/ShowForumController.php @@ -25,7 +25,7 @@ class ShowForumController extends AbstractShowController /** * {@inheritdoc} */ - public $include = ['groups', 'actor']; + public $include = ['groups', 'actor', 'actor.groups']; /** * {@inheritdoc}