diff --git a/src/Api/Actions/Posts/CreateAction.php b/src/Api/Actions/Posts/CreateAction.php index 23fa07a84..f02443c60 100644 --- a/src/Api/Actions/Posts/CreateAction.php +++ b/src/Api/Actions/Posts/CreateAction.php @@ -23,7 +23,8 @@ class CreateAction extends BaseCreateAction */ public $include = [ 'user' => true, - 'discussion' => true + 'discussion' => true, + 'discussion.lastUser' => true ]; /**