mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 08:31:36 +00:00
downcase software name in nodeinfo
This commit is contained in:
parent
e8c7be38fc
commit
23b1c64a19
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue