mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 19:18:03 +01:00
Make CommandDependencies public
This commit is contained in:
committed by
Jon Chambers
parent
dd17ddc98c
commit
640274108e
@@ -91,7 +91,7 @@ import software.amazon.awssdk.services.s3.S3AsyncClient;
|
||||
/**
|
||||
* Construct utilities commonly used by worker commands
|
||||
*/
|
||||
record CommandDependencies(
|
||||
public record CommandDependencies(
|
||||
AccountsManager accountsManager,
|
||||
ProfilesManager profilesManager,
|
||||
ReportMessageManager reportMessageManager,
|
||||
|
||||
Reference in New Issue
Block a user