feat: Pick share keys with

This commit is contained in:
Krille 2025-02-04 15:07:07 +01:00
commit 9f9f52fa02
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 67 additions and 7 deletions

View file

@ -154,6 +154,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
}
final candidate = _loginClientCandidate ??= ClientManager.createClient(
'${AppConfig.applicationName}-${DateTime.now().millisecondsSinceEpoch}',
store,
)..onLoginStateChanged
.stream
.where((l) => l == LoginState.loggedIn)