mirror of https://github.com/tootsuite/mastodon
Fix nodeinfo metadata attribute being an array instead of an object (#20114)
Fixes #20111pull/20155/head
parent
476e74b4c4
commit
c476dfc725
|
@ -38,7 +38,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def metadata
|
||||
[]
|
||||
{}
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue