mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 10:08:04 +01:00
Send acceptable languages instead of request into the profile badge converter
This commit is contained in:
@@ -96,7 +96,7 @@ class ProfileControllerTest {
|
||||
profilesManager,
|
||||
usernamesManager,
|
||||
dynamicConfigurationManager,
|
||||
(request, accountBadges) -> Set.of(), // TODO: Test with some badges.
|
||||
(acceptableLanguages, accountBadges) -> Set.of(), // TODO: Test with some badges.
|
||||
s3client,
|
||||
postPolicyGenerator,
|
||||
policySigner,
|
||||
|
||||
Reference in New Issue
Block a user