From d29302716da9950ec02d6ec82deb921b51987556 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 18 Mar 2016 19:25:22 +0000 Subject: [PATCH] oops --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index a1ada870b..169872dff 100644 --- a/lib/client.js +++ b/lib/client.js @@ -2320,7 +2320,7 @@ MatrixClient.prototype.peekInRoom = function(roomId) { /** * Stop any ongoing room peeking. */ -MatrixClient.prototype.stopPeeking = function(roomId) { +MatrixClient.prototype.stopPeeking = function() { if (this._peekSync) { this._peekSync.stopPeeking(); this._peekSync = null;