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 38ac57a commit 895bb82Copy full SHA for 895bb82
lib/src/client.dart
@@ -2128,6 +2128,10 @@ class Client extends MatrixApi {
2128
olmAccount = newOlmAccount ?? olmAccount;
2129
}
2130
2131
+ if (newDeviceID != null) {
2132
+ await _database?.storeDeviceId(newDeviceID);
2133
+ }
2134
+
2135
// If we are refreshing the session, we are done here:
2136
if (onLoginStateChanged.value == LoginState.softLoggedOut) {
2137
if (newRefreshToken != null && accessToken != null && userID != null) {
0 commit comments