You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Remove spurious TODO
we are doing this a different way
This commit is contained in:
@@ -563,8 +563,6 @@ MatrixClient.prototype.setDeviceVerified = function(userId, deviceId) {
|
|||||||
}
|
}
|
||||||
dev.verified = true;
|
dev.verified = true;
|
||||||
this.sessionStore.storeEndToEndDevicesForUser(userId, devices);
|
this.sessionStore.storeEndToEndDevicesForUser(userId, devices);
|
||||||
|
|
||||||
// TODO: raise an event so that the UI can update
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user