Sfoglia il codice sorgente

Fix posting non-polls from mastofe

tags/v1.1.4
rinpatch 5 anni fa
parent
commit
a53d062730
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      lib/pleroma/web/common_api/utils.ex

+ 1
- 1
lib/pleroma/web/common_api/utils.ex Vedi 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…
Annulla
Salva