aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/web_finger
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-04-21 09:43:53 +0200
committerlain <lain@soykaf.club>2018-04-21 09:43:53 +0200
commit9e6ae447294d055af6add2efa9aca0024a252fe1 (patch)
tree264cf7087c11126fb0bf3675a05c436a5243aa10 /lib/pleroma/web/web_finger
parentce7618f6f69aa98ab727be9efc45f51e0c18ebb8 (diff)
downloadpleroma-9e6ae447294d055af6add2efa9aca0024a252fe1.tar.gz
Formatting fixes.
Diffstat (limited to 'lib/pleroma/web/web_finger')
-rw-r--r--lib/pleroma/web/web_finger/web_finger.ex5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pleroma/web/web_finger/web_finger.ex b/lib/pleroma/web/web_finger/web_finger.ex
index e45c0ed8d..dc9ad2014 100644
--- a/lib/pleroma/web/web_finger/web_finger.ex
+++ b/lib/pleroma/web/web_finger/web_finger.ex
@@ -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",