Explorar el Código

Not enough h.

tags/v0.9.9
Roger Braun hace 7 años
padre
commit
703d9f3628
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/pleroma/web/web_finger/web_finger.ex

+ 1
- 1
lib/pleroma/web/web_finger/web_finger.ex Ver fichero

@@ -40,7 +40,7 @@ defmodule Pleroma.Web.WebFinger do
{:Subject, "acct:#{user.nickname}@#{Pleroma.Web.host}"},
{:Alias, user.ap_id},
{:Link, %{rel: "http://schemas.google.com/g/2010#updates-from", type: "application/atom+xml", href: OStatus.feed_path(user)}},
{:Link, %{rel: "ttp://webfinger.net/rel/profile-page", type: "text/html", href: user.ap_id}},
{:Link, %{rel: "http://webfinger.net/rel/profile-page", type: "text/html", href: user.ap_id}},
{:Link, %{rel: "salmon", href: OStatus.salmon_path(user)}},
{:Link, %{rel: "magic-public-key", href: "data:application/magic-public-key,#{magic_key}"}}
]


Cargando…
Cancelar
Guardar