Change: NodeInfoで公開する機能一覧をFeaturesに変更
This commit is contained in:
parent
016a8490d2
commit
b3a0ca4304
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
|
||||||
|
|
||||||
def metadata
|
def metadata
|
||||||
{
|
{
|
||||||
fedibird_capabilities: fedibird_capabilities,
|
features: fedibird_capabilities,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue