Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a user is created the display name was cached based on the account data. However, the account data does not provide a display name, so when the user was added to a circle only the user id was shown. Now the display name is got from the "IUser" API instead. "SyncService::syncNextcloudUser" just calls "FederatedUserService::getLocalFederatedUser" with a parameter that causes the display name to be got from the account data, so the call to "syncNextcloudUser" is just replaced with a direct call to "getLocalFederatedUser" with the default parameters, which cause the display name to be got from the "IUser" API. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
- Loading branch information