Merge pull request #2050 from shleeable/patch-3

Dupe bot value in InstanceApiController.php
pull/2051/head
daniel 6 years ago committed by GitHub
commit 2bf9f74fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,6 @@ class InstanceApiController extends Controller {
'acct' => $admin->username,
'display_name' => e($admin->name),
'locked' => (bool) $admin->is_private,
'bot' => false,
'created_at' => $admin->created_at->format('c'),
'note' => e($admin->bio),
'url' => $admin->url(),

Loading…
Cancel
Save