This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix nodeinfo metadata attribute being an array instead of an object (
#20114
)
Fixes
#20111
closed-social-glitch-2
Claire
2 years ago
committed by
GitHub
parent
476e74b4c4
commit
c476dfc725
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/serializers/nodeinfo/serializer.rb
+ 1
- 1
app/serializers/nodeinfo/serializer.rb
View File
@ -38,7 +38,7 @@ class NodeInfo::Serializer < ActiveModel::Serializer
end
def
metadata
[
]
{
}
end
private
Write
Preview
Loading…
Cancel
Save