User actor regression fix
When Actor::User#username() was created from say user-1, #username() returned user-1 which is incorrect as an API call is necessary to determine the actual username.
Edited by Ash McKenzie
When Actor::User#username() was created from say user-1, #username() returned user-1 which is incorrect as an API call is necessary to determine the actual username.