Fix posting non-polls from mastofe

这个提交包含在:
rinpatch 2019-05-21 14:19:03 +03:00
父节点 aafe30d94e
当前提交 a53d062730

查看文件

@ -157,7 +157,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do
end
end
def make_poll_data(%{"poll" => _}) do
def make_poll_data(%{"poll" => poll}) when is_map(poll) do
"Invalid poll"
end