Formatting fixes.
This commit is contained in:
parent
ce7618f6f6
commit
9e6ae44729
6 changed files with 24 additions and 11 deletions
|
|
@ -81,7 +81,10 @@ defmodule Pleroma.Web.WebFinger do
|
|||
"href" => user.ap_id
|
||||
},
|
||||
%{"rel" => "salmon", "href" => OStatus.salmon_path(user)},
|
||||
%{"rel" => "magic-public-key", "href" => "data:application/magic-public-key,#{magic_key}"},
|
||||
%{
|
||||
"rel" => "magic-public-key",
|
||||
"href" => "data:application/magic-public-key,#{magic_key}"
|
||||
},
|
||||
%{"rel" => "self", "type" => "application/activity+json", "href" => user.ap_id},
|
||||
%{
|
||||
"rel" => "http://ostatus.org/schema/1.0/subscribe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue