activitypub transmogrifier: handle hubzilla AP actor quirks
This commit is contained in:
parent
4d2c6707c2
commit
2051530868
2 changed files with 15 additions and 0 deletions
|
|
@ -401,6 +401,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
"url" => [%{"href" => data["image"]["url"]}]
|
||||
}
|
||||
|
||||
data = Transmogrifier.maybe_fix_user_object(data)
|
||||
|
||||
user_data = %{
|
||||
ap_id: data["id"],
|
||||
info: %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue