Fix: NodeInfoのupstreamにおけるソフトウェア名に大文字が含まれている問題 (#761)
This commit is contained in:
parent
bdea47deff
commit
215c60c592
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
|||
nodeDescription: Setting.site_short_description,
|
||||
features: capabilities_for_nodeinfo,
|
||||
upstream: {
|
||||
name: 'Mastodon',
|
||||
name: 'mastodon',
|
||||
version: Mastodon::Version.to_s_of_mastodon,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue