forked from AkkomaGang/akkoma
Simplify version and fix typo
This commit is contained in:
parent
b8789cc8b6
commit
fd0bf3aa71
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def nodeinfo(conn, %{"version" => "2.0"}) do
|
|||
version: "2.0",
|
||||
software: %{
|
||||
name: "pleroma",
|
||||
version: "#{Keyword.get(@instance, :version)})"
|
||||
version: Keyword.get(@instance, :version)
|
||||
},
|
||||
protocols: ["ostatus", "activitypub"],
|
||||
services: %{
|
||||
|
|
Loading…
Reference in a new issue