[COMPONENT][Posting] Blog posts should be Articles by default

This commit is contained in:
2022-03-28 21:04:24 +01:00
parent 10f71e9fed
commit fa82306f6f
9 changed files with 41 additions and 40 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::storeLocalArticle(
actor: $actor,
content: $data['content'],
content_type: $content_type,