Remove superflous function.

This commit is contained in:
Roger Braun 2017-04-25 11:33:32 +02:00
parent 6529cab982
commit a25adfbfee
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ defmodule Pleroma.Web.TwitterAPI.Controller do
|> json_reply(200, response)
end
def status_update(conn, %{"status" => ""} = _status_data) do
empty_status_reply(conn)
end
def status_update(%{assigns: %{user: user}} = conn, %{"status" => status_text} = status_data) do
if status_text |> String.trim |> String.length != 0 do
media_ids = extract_media_ids(status_data)