mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 13:59:27 +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…
x
Reference in New Issue
Block a user