mirror of
https://github.com/flarum/core.git
synced 2025-07-24 10:11:43 +02:00
Fix newly-created event posts being undeletable
This commit is contained in:
@@ -24,7 +24,8 @@ class UpdateAction extends SerializeResourceAction
|
||||
*/
|
||||
public static $include = [
|
||||
'addedPosts' => true,
|
||||
'addedPosts.user' => true
|
||||
'addedPosts.user' => true,
|
||||
'addedPosts.discussion' => true
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user