mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 03:28:05 +01:00
Remove AbstractDynamoDbStore as a base class from Accounts
This commit is contained in:
@@ -397,6 +397,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
.workQueue(messageDeletionQueue).build();
|
||||
|
||||
Accounts accounts = new Accounts(
|
||||
clock,
|
||||
dynamoDbClient,
|
||||
dynamoDbAsyncClient,
|
||||
config.getDynamoDbTables().getAccounts().getTableName(),
|
||||
|
||||
Reference in New Issue
Block a user