forked from AkkomaGang/akkoma
Fix posting non-polls from mastofe
This commit is contained in:
parent
aafe30d94e
commit
a53d062730
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def make_poll_data(%{"poll" => %{"options" => options, "expires_in" => expires_i
|
|||
end
|
||||
end
|
||||
|
||||
def make_poll_data(%{"poll" => _}) do
|
||||
def make_poll_data(%{"poll" => poll}) when is_map(poll) do
|
||||
"Invalid poll"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue