Merge branch 'develop' into fix/note-count-not-updating
[akkoma] / lib / pleroma / web / web_finger / web_finger.ex
index e45c0ed8d33385acdc936e61e36bd0ca50beb5bb..dc9ad2014216d425ac08b22993c00b6cb82c94d6 100644 (file)
@@ -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",