rebase fix
This commit is contained in:
parent
a57c025594
commit
8407e26b0c
3 changed files with 17 additions and 7 deletions
|
|
@ -69,8 +69,6 @@ defmodule Pleroma.Web.WebFinger do
|
|||
end
|
||||
|
||||
def represent_user(user, "JSON") do
|
||||
{:ok, user} = User.ensure_keys_present(user)
|
||||
|
||||
%{
|
||||
"subject" => "acct:#{user.nickname}@#{domain()}",
|
||||
"aliases" => gather_aliases(user),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue