Ver código fonte

Fix posting non-polls from mastofe

tags/v1.1.4
rinpatch 5 anos atrás
pai
commit
a53d062730
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      lib/pleroma/web/common_api/utils.ex

+ 1
- 1
lib/pleroma/web/common_api/utils.ex Ver arquivo

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



Carregando…
Cancelar
Salvar