[#1304] Merged develop, handled User.Info.invisible.
This commit is contained in:
parent
a11a7176d5
commit
7c7f90bc4f
6 changed files with 23 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ defmodule Pleroma.Web.ActivityPub.Relay do
|
|||
"#{Pleroma.Web.Endpoint.url()}/relay"
|
||||
|> User.get_or_create_service_actor_by_ap_id()
|
||||
|
||||
{:ok, actor} = User.update_info(actor, &User.Info.set_invisible(&1, true))
|
||||
{:ok, actor} = User.set_invisible(actor, true)
|
||||
actor
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue