From adaf4bf92b9f898873d0705d16eb863da98f62dd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 8 Jun 2016 18:33:19 +0100 Subject: [PATCH] Remove spurious TODO we are doing this a different way --- lib/client.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index b5576c075..681fca2e9 100644 --- a/lib/client.js +++ b/lib/client.js @@ -563,8 +563,6 @@ MatrixClient.prototype.setDeviceVerified = function(userId, deviceId) { } dev.verified = true; this.sessionStore.storeEndToEndDevicesForUser(userId, devices); - - // TODO: raise an event so that the UI can update };