Skip to content

Commit

Permalink
nodeinfo: add instance name and description (mastodon#28079)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored and vmstan committed Jan 5, 2024
1 parent 941dfe2 commit 494de62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/serializers/node_info/serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ def open_registrations
end

def metadata
{}
{
nodeName: Setting.site_title,
nodeDescription: Setting.site_short_description,
}
end

private
Expand Down

0 comments on commit 494de62

Please sign in to comment.