Browse Source

Fix posting non-polls from mastofe

tags/v1.1.4
rinpatch 5 years ago
parent
commit
a53d062730
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/common_api/utils.ex

+ 1
- 1
lib/pleroma/web/common_api/utils.ex View File

@@ -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



Loading…
Cancel
Save