Add arm64 OTP builds #596

Merged
floatingghost merged 12 commits from arm into develop 2023-07-27 13:14:02 +00:00
Showing only changes of commit 34601065c3 - Show all commits

View file

@ -919,11 +919,12 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
end
def prepare_attachments(object) do
attachments = case Map.get(object, "attachment", []) do
[_ | _] = list -> list
_ -> []
end
attachments =
case Map.get(object, "attachment", []) do
[_ | _] = list -> list
_ -> []
end
attachments =
attachments
|> Enum.map(fn data ->