mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:28:06 +01:00
Remove usernames from profile responses
This commit is contained in:
committed by
Jon Chambers
parent
66845d7080
commit
e611a70ba4
@@ -346,7 +346,6 @@ public class ProfileController {
|
||||
getAcceptableLanguagesForRequest(containerRequestContext),
|
||||
account.getBadges(),
|
||||
isSelf),
|
||||
isSelf ? account.getUsername().orElse(null) : null,
|
||||
account.getUuid());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user