Page MenuHomePhabricator

Echo should be prepared to receive UserIdentity from user-locator
Open, MediumPublic

Description

With the actual transition from User to UserIdentityValue, echo should support receiving any UserIdentity from user-locator callback. It can then unwrap it into User using UserFactory::newFromUserIdentity. It can happen at any time, but it would be beneficial to do it as late as possible.