Change: #369 ソフトウェア名をmastodonからkmyblueに変更する (#438)

This commit is contained in:
KMY(雪あすか) 2024-01-09 13:12:53 +09:00 committed by GitHub
parent ecde67c7d3
commit 4719ca6525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
end end
def software def software
{ name: 'mastodon', version: Mastodon::Version.to_s } { name: 'kmyblue', version: Mastodon::Version.to_s }
end end
def services def services