forked from AkkomaGang/akkoma
Remove superflous function.
This commit is contained in:
parent
6529cab982
commit
a25adfbfee
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ def verify_credentials(%{assigns: %{user: user}} = conn, _params) 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)
|
||||
|
|
Loading…
Reference in a new issue