소스 검색

Fix posting non-polls from mastofe

tags/v1.1.4
rinpatch 5 년 전
부모
커밋
a53d062730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/common_api/utils.ex

+ 1
- 1
lib/pleroma/web/common_api/utils.ex 파일 보기

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



불러오는 중...
취소
저장