Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into validate-user-info

This commit is contained in:
lain 2018-12-01 09:55:46 +01:00
commit c443c9bd72
35 changed files with 1323 additions and 468 deletions

View file

@ -97,7 +97,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
{:ok, object} = ActivityPub.upload(file)
url = List.first(object.data["url"])
href = url["href"] |> MediaProxy.url()
href = url["href"]
type = url["mediaType"]
case format do