summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
Diffstat (limited to 'webclient')
-rw-r--r--webclient/components/matrix/matrix-filter.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/components/matrix/matrix-filter.js b/webclient/components/matrix/matrix-filter.js
index 6233fc45f8..dba511db6e 100644
--- a/webclient/components/matrix/matrix-filter.js
+++ b/webclient/components/matrix/matrix-filter.js
@@ -113,6 +113,10 @@ angular.module('matrixFilter', [])
         if (undefined === roomName) {
             // By default, use the room ID
             roomName = room_id;
+
+            // Log some information that lead to this leak
+            console.log("Room ID leak for " + room_id);
+            console.log("room object: " + JSON.stringify(room, undefined, 4));   
         }
 
         return roomName;