You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addresses #212
Also
- Add support for Signal staging services
- Consolidate SignalServiceConfiguration initialization to one location
- Update libsignal-service-dotnet to 2.10.0.1
- Update other dependencies
SignalServiceAccountManageraccountManager=newSignalServiceAccountManager(App.ServiceConfiguration,App.CurrentSignalWindowsFrontend(App.MainViewId).Locator.RegisterPageInstance.FinalNumber,Password,1/*device id isn't actually used*/,App.USER_AGENT);
84
-
if(voice)
80
+
SignalServiceAccountManageraccountManager=newSignalServiceAccountManager(LibUtils.ServiceConfiguration,App.CurrentSignalWindowsFrontend(App.MainViewId).Locator.RegisterPageInstance.FinalNumber,Password,1/*device id isn't actually used*/,LibUtils.USER_AGENT,LibUtils.HttpClient);
0 commit comments