richdocuments
richdocuments copied to clipboard
Move to display name cache
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