Simplify version and fix typo
This commit is contained in:
parent
b8789cc8b6
commit
fd0bf3aa71
@ -26,7 +26,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
|
||||
version: "2.0",
|
||||
software: %{
|
||||
name: "pleroma",
|
||||
version: "#{Keyword.get(@instance, :version)})"
|
||||
version: Keyword.get(@instance, :version)
|
||||
},
|
||||
protocols: ["ostatus", "activitypub"],
|
||||
services: %{
|
||||
|
Loading…
Reference in New Issue
Block a user