Change nodeinfo software name to fedibird
This commit is contained in:
parent
1b9f659e97
commit
0124a17cf1
1 changed files with 5 additions and 7 deletions
|
@ -10,7 +10,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def software
|
||||
{ name: 'mastodon', version: Mastodon::Version.to_s }
|
||||
{ name: 'fedibird', version: Mastodon::Version.fedibird_verson }
|
||||
end
|
||||
|
||||
def services
|
||||
|
@ -39,12 +39,10 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
|||
|
||||
def metadata
|
||||
{
|
||||
forks: [
|
||||
{
|
||||
name: 'fedibird',
|
||||
version: Mastodon::Version.fedibird_verson,
|
||||
},
|
||||
],
|
||||
upstream: {
|
||||
name: 'mastodon',
|
||||
version: Mastodon::Version.to_s,
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue