Skip to content

Conversation

@sigurdm
Copy link
Contributor

@sigurdm sigurdm commented Feb 27, 2025

No description provided.

@sigurdm sigurdm requested review from isoos and jonasfj February 27, 2025 13:17
List<User>? uploaders;
if (uploaderIds != null) {
uploaders =
(await accountBackend.lookupUsersById(uploaderIds)).nonNulls.toList();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: getEmailsOfUserIds will use cache and may be faster.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, switched

@sigurdm sigurdm merged commit bb6ff3b into dart-lang:master Feb 27, 2025
31 checks passed
isoos pushed a commit to isoos/pub-dev that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants