diff --git a/lib/chiya_web/indie/micropub_handler.ex b/lib/chiya_web/indie/micropub_handler.ex index ab41ed8..b84f4e9 100644 --- a/lib/chiya_web/indie/micropub_handler.ex +++ b/lib/chiya_web/indie/micropub_handler.ex @@ -56,7 +56,12 @@ defmodule ChiyaWeb.Indie.MicropubHandler do {:ok, %{ "destination" => [], - "post-types" => [], + "post-types" => [ + %{ + "type" => "note", + "name" => "Note" + } + ], "channels" => Enum.map(channels, fn c -> %{