fix: pass isrg cert to http client
This commit is contained in:
parent
0047fc8fa7
commit
9f1df557df
5 changed files with 95 additions and 28 deletions
|
|
@ -519,7 +519,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
onLoginStateChanged.values.map((s) => s.cancel());
|
||||
onOwnPresence.values.map((s) => s.cancel());
|
||||
onNotification.values.map((s) => s.cancel());
|
||||
|
||||
client.httpClient.close();
|
||||
onFocusSub?.cancel();
|
||||
onBlurSub?.cancel();
|
||||
_backgroundPush?.onLogin?.cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue