Skip to content

User actor regression fix

Ash McKenzie requested to merge ash.mckenzie/user-actor-regression-fix into master

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

Merge request reports