lowercase name in nodeinfo

fix #164
This commit is contained in:
trwnh 2018-06-03 04:04:39 -05:00 committed by GitHub
parent 32eca1a0fc
commit 574e7207cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ class FederationController extends Controller
'outbound' => [] 'outbound' => []
], ],
'software' => [ 'software' => [
'name' => 'PixelFed', 'name' => 'pixelfed',
'version' => config('pixelfed.version') 'version' => config('pixelfed.version')
], ],
'usage' => [ 'usage' => [