richdocuments icon indicating copy to clipboard operation
richdocuments copied to clipboard

Move to display name cache

Open juliusknorr opened this issue 3 years ago • 0 comments

For places where we query the IUserManager for a user just to get its display name, we can now switch to use the getDisplayName method which saves querying the user backends by caching the display name.

https://github.com/nextcloud/server/blob/8004aa77212eed6dd1142c713275a4e0c5d0c40e/lib/public/IUserManager.php#L88-L94

Ref https://github.com/nextcloud/server/pull/32461

juliusknorr avatar Aug 26 '22 06:08 juliusknorr