mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
Include discussion last user relationship in response after creating post
This commit is contained in:
@ -23,7 +23,8 @@ class CreateAction extends BaseCreateAction
|
||||
*/
|
||||
public $include = [
|
||||
'user' => true,
|
||||
'discussion' => true
|
||||
'discussion' => true,
|
||||
'discussion.lastUser' => true
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user