Remove usernames from profile responses

This commit is contained in:
Jon Chambers
2021-12-07 15:37:52 -05:00
committed by Jon Chambers
parent 66845d7080
commit e611a70ba4
3 changed files with 0 additions and 15 deletions

View File

@@ -346,7 +346,6 @@ public class ProfileController {
getAcceptableLanguagesForRequest(containerRequestContext),
account.getBadges(),
isSelf),
isSelf ? account.getUsername().orElse(null) : null,
account.getUuid());
}