mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 22:26:05 +01: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