Skip to content

Commit

Permalink
fix: load actor.groups (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Jan 9, 2023
1 parent d7b9a03 commit 1e8a0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Api/Controller/ShowForumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ShowForumController extends AbstractShowController
/**
* {@inheritdoc}
*/
public $include = ['groups', 'actor'];
public $include = ['groups', 'actor', 'actor.groups'];

/**
* {@inheritdoc}
Expand Down

0 comments on commit 1e8a0f9

Please sign in to comment.