[COMPONENT][Posting] Page should flush with a different notification

This commit is contained in:
2022-02-16 19:35:27 +00:00
parent b6ed0b4c6c
commit b69f4a46c5
3 changed files with 40 additions and 30 deletions

View File

@@ -139,7 +139,7 @@ class Post extends Controller
$extra_args = [];
Event::handle('AddExtraArgsToNoteContent', [$request, $actor, $data, &$extra_args, $form_params, $form]);
$note = Posting::storeLocalPage(
[,$note,] = Posting::storeLocalPage(
actor: $actor,
content: $data['content'],
content_type: $content_type,