We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af471 commit 55bd288Copy full SHA for 55bd288
lib/src/client.dart
@@ -2102,6 +2102,10 @@ class Client extends MatrixApi {
2102
olmAccount = newOlmAccount ?? olmAccount;
2103
}
2104
2105
+ if (newDeviceID != null) {
2106
+ await _database?.storeDeviceId(newDeviceID);
2107
+ }
2108
+
2109
// If we are refreshing the session, we are done here:
2110
if (onLoginStateChanged.value == LoginState.softLoggedOut) {
2111
if (newRefreshToken != null && accessToken != null && userID != null) {
0 commit comments