mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
this happens often when room is not tracked yet, so don't log
This commit is contained in:
parent
0ed2d14887
commit
1f9d6191c2
@ -51,8 +51,6 @@ export class DeviceTracker {
|
|||||||
if (user) {
|
if (user) {
|
||||||
user.deviceTrackingStatus = TRACKING_STATUS_OUTDATED;
|
user.deviceTrackingStatus = TRACKING_STATUS_OUTDATED;
|
||||||
userIdentities.set(user);
|
userIdentities.set(user);
|
||||||
} else {
|
|
||||||
console.warn("changed device userid not found", userId);
|
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user