mirror of
https://github.com/signalapp/Signal-Server
synced 2026-07-07 05:35:04 +01:00
Convert VerificationSessions to sync DynamoDB client
This commit is contained in:
committed by
Jon Chambers
parent
defbc1c853
commit
66b0ed16d1
@@ -519,7 +519,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
dynamoDbAsyncClient,
|
||||
clock);
|
||||
|
||||
final VerificationSessions verificationSessions = new VerificationSessions(dynamoDbAsyncClient,
|
||||
final VerificationSessions verificationSessions = new VerificationSessions(dynamoDbClient,
|
||||
config.getDynamoDbTables().getVerificationSessions().getTableName(), clock);
|
||||
|
||||
final ClientResources sharedClientResources = ClientResources.builder()
|
||||
|
||||
Reference in New Issue
Block a user