Update dependencies

This commit is contained in:
AsamK 2025-06-07 16:13:09 +02:00
parent 7e9727aa38
commit 2f8328847c
4 changed files with 20 additions and 6 deletions

View file

@ -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() {