Skip to content
Snippets Groups Projects
Commit 23b1c64a authored by luna's avatar luna :basketball:
Browse files

downcase software name in nodeinfo

parent e8c7be38
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
%{
version: "2.0",
software: %{
name: Pleroma.Application.name(),
name: Pleroma.Application.name() |> String.downcase,
version: Pleroma.Application.version(),
},
protocols: ["ostatus", "activitypub"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment