Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-secure-mode

This commit is contained in:
Lain Soykaf 2024-05-28 12:31:12 +04:00
commit 3b4be5daa2
866 changed files with 21428 additions and 6311 deletions

View file

@ -27,7 +27,7 @@ defmodule Pleroma.Signature do
_ ->
case Pleroma.Web.WebFinger.finger(maybe_ap_id) do
%{"ap_id" => ap_id} -> {:ok, ap_id}
{:ok, %{"ap_id" => ap_id}} -> {:ok, ap_id}
_ -> {:error, maybe_ap_id}
end
end