mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Update dependencies
This commit is contained in:
parent
7e9727aa38
commit
2f8328847c
4 changed files with 20 additions and 6 deletions
|
@ -339,7 +339,10 @@ public class SignalDependencies {
|
|||
|
||||
public ProfileApi getProfileApi() {
|
||||
return getOrCreate(() -> profileApi,
|
||||
() -> profileApi = new ProfileApi(getAuthenticatedSignalWebSocket(), getPushServiceSocket()));
|
||||
() -> profileApi = new ProfileApi(getAuthenticatedSignalWebSocket(),
|
||||
getUnauthenticatedSignalWebSocket(),
|
||||
getPushServiceSocket(),
|
||||
getClientZkProfileOperations()));
|
||||
}
|
||||
|
||||
public ProfileService getProfileService() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue