Drone cli and server disagree about admin status

I am experiencing unusual behavior wherein the drone cli command

drone user info username

incorrectly reports

admin: false

but the drone server api call

curl -i https://my.drone-server.com/api/user -H "Authorization: Bearer usernameToken

correctly reports that the same user is an admin

“admin”:true

Configuration details:
drone v0.8
user management handled by GitLab

I cannot speak to 0.8 since I do not have an installation handy to test, but this is no longer an issue in 1.0. So if this were an issue, it has been resolved.

Ok, thanks for the info!