1
0
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:
Richard van der Hoff
2016-06-08 18:33:19 +01:00
parent 60519c4e6b
commit adaf4bf92b

View File

@@ -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
}; };