diff --git a/src/controllers/organisms/RoomList.js b/src/controllers/organisms/RoomList.js
index 792fa04f..35d1774a 100644
--- a/src/controllers/organisms/RoomList.js
+++ b/src/controllers/organisms/RoomList.js
@@ -110,7 +110,7 @@ module.exports = {
         this.refreshRoomList();
     },
 
-    onRoomTags: function(room) {
+    onRoomTags: function(event, room) {
         this.refreshRoomList();        
     },