mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Include discussion last user relationship in response after creating post
This commit is contained in:
parent
17a863efc7
commit
7ed3834dc9
|
@ -23,7 +23,8 @@ class CreateAction extends BaseCreateAction
|
|||
*/
|
||||
public $include = [
|
||||
'user' => true,
|
||||
'discussion' => true
|
||||
'discussion' => true,
|
||||
'discussion.lastUser' => true
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user