Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into validate-user-info
This commit is contained in:
commit
c443c9bd72
35 changed files with 1323 additions and 468 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue