ソースを参照

Not enough h.

tags/v0.9.9
Roger Braun 7年前
コミット
703d9f3628
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lib/pleroma/web/web_finger/web_finger.ex

+ 1
- 1
lib/pleroma/web/web_finger/web_finger.ex ファイルの表示

@@ -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}"}}
]


読み込み中…
キャンセル
保存