update nodeinfo version when requesting 2.1

This commit is contained in:
Luna 2019-02-01 16:03:23 -03:00
parent 1cdcee89da
commit 9cac8729af
1 changed files with 4 additions and 1 deletions

View File

@ -168,7 +168,10 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
|> Map.get(:software)
|> Map.put(:repository, Pleroma.Application.repository())
response = raw_response |> Map.put(:software, updated_software)
response =
raw_response
|> Map.put(:software, updated_software)
|> Map.put(:version, "2.1")
conn
|> put_resp_header(